ArrayParser - Mtax-Development/GML-OOP GitHub Wiki
Constructs a handler for parsing arrays.
While this constructor is not intended to be constructed for every string in a project, it provides additional functionalities when advanced array manipulation is necessary.
While this constructor is not intended to be constructed for every string in a project, it provides additional functionalities when advanced array manipulation is necessary.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
ID |
{any[]} |
[] |
Yes |
Name |
Arguments |
New constructor |
value? {any:array} |
Empty array |
|
Constructor copy |
other {ArrayParser} |