getGraphValues

From Bohemia Interactive Community
Revision as of 01:20, 6 December 2019 by Lou Montana (talk | contribs) (WIP → Stub)
Jump to navigation Jump to search

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