Map - Mtax-Development/GML-OOP GitHub Wiki

Description

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.

Specification

Destruction
Elements
None

Properties

Name
Type
Modifiable
ID
{int:map}
No

Construction types

Name
Arguments
New constructor
Wrapper
map {int:map}
Empty
Constructor copy
other {Map}
⚠️ **GitHub.com Fallback** ⚠️