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 providing a specific existing key or by iterating through the entire Map.
Destruction |
Elements |
Map.destroy() |
None |
Name |
Type |
Modifiable |
ID |
{int:map} |
No |
Name |
Arguments |
New constructor |
{void} |
Wrapper |
map {int:map} |
Empty |
|
Constructor copy |
other {Map} |