Grid - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Grid Data Structure, which stores data in a model similar to a two-dimensional array. Each value is stored in its own cell and where it can be read or modified invidually or by operating multiple cells at once in a region or a disk of the Grid.
Destruction |
Elements |
Grid.destroy() |
None |
Name |
Type |
Modifiable |
ID |
{int:grid} |
No |
size |
{Vector2} |
No |
Name |
Arguments |
New constructor |
size {Vector2} |
Wrapper |
grid {int:grid} |
Empty |
|
Constructor copy |
other {Grid} |