getGraphValues: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (WIP → Stub)
Line 1: Line 1:
{{Command|=
{{Stub}}{{Command|=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 13: Line 13:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Generate graph y - coordinates of all input values within specific x and y range {{wip}} |Description=
| Generate graph y - coordinates of all input values within specific x and y range. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 42: Line 42:
____________________________________________________________________________________________
____________________________________________________________________________________________


|mp= - |Multiplayer Behaviour=
|mp= |Multiplayer Behaviour=


| [[decayGraphValues]] |See Also=
| [[decayGraphValues]] |See Also=

Revision as of 01:20, 6 December 2019

Template:Stub

Hover & click on the images for description

Description

Description:
Generate graph y - coordinates of all input values within specific x and y range.
Groups:
Uncategorised

Syntax

Syntax:
getGraphValues [[graphMinX, graphMaxX, graphMinY, graphMaxY, valueCount, randomOffset], x1, y1, x2, y2, ... xn, yn]
Parameters:
[[graphMinX, graphMaxX, graphMinY, graphMaxY, valueCount, randomOffset], x1, y1, x2, y2, ... xn, yn]: Array
graphMinX:
graphMinY:
graphMaxX:
graphMaxY:
valueCount:
randomOffset:
x1:
x2:
Return Value:
Array

Examples

Example 1:

Additional Information

See also:
decayGraphValues

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Bottom Section