Map - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Map Data Structure, which stores data by creating key and value pairs. The contained data is not sorted and values are accessed either by specifying an existing key or iterating through the entire Map.
Destruction |
Elements |
Map.destroy() |
None |
Name |
Type |
Modifiable |
ID |
{handle:map} |
No |
Name |
Arguments |
New constructor |
{void} |
Wrapper |
map {handle:map} |
Empty |
|
Constructor copy |
other {Map} |