Pixel Vision 8 CalculatePosition() Lua Tutorial
Converts an index value into a point with an X and Y value to help when working with 1D arrays that represent 2D data.
Usage
CalculatePosition ( index, width )
Arguments
NameValueDescription
indexintThe position of the 1D array.
widthintThe ...
pixelvision8.hashnode.dev3 min read