List - Mtax-Development/GML-OOP GitHub Wiki
Constructs a List Data Structure, which stores data in a linear model, offering flexibility while doing so. It is easily resized, sorted and manipulated in other ways.
Destruction |
Elements |
List.destroy() |
None |
Name |
Type |
Modifiable |
ID |
{int:list} |
No |
Name |
Arguments |
New constructor |
{void} |
Wrapper |
{int:list} list |
Empty |
|
Constructor copy |
{List} other |