getGraphValues: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(WIP - someone who has knowledge of this please write more information)
 
m (see also)
Line 44: Line 44:
|mp= - |Multiplayer Behaviour=
|mp= - |Multiplayer Behaviour=


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



Revision as of 16:01, 9 July 2019

Hover & click on the images for description

Description

Description:
Generate graph y - coordinates of all input values within specific x and y range Template:wip
Multiplayer:
-
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