Grid - Mtax-Development/GML-OOP GitHub Wiki

Description

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.

Specification

Destruction
Elements
None

Properties

Name
Type
Modifiable
ID
{int:grid}
No
size
No

Construction types

Name
Arguments
New constructor
size {Vector2}
Wrapper
grid {int:grid}
Empty
Constructor copy
other {Grid}
⚠️ **GitHub.com Fallback** ⚠️