List - Mtax-Development/GML-OOP GitHub Wiki
Constructs a List Data Structure, which stores data linearly and can be flexibly manipulated in terms of operations like sorting or resizing.
Destruction |
Elements |
List.destroy() |
None |
Name |
Type |
Modifiable |
ID |
{handle:list} |
No |
Name |
Arguments |
New constructor |
{void} |
Wrapper |
{handle:list} list |
Empty |
|
Constructor copy |
{List} other |