Map.addBoundMap() - Mtax-Development/GML-OOP GitHub Wiki

Arguments

Name
Type
Optional
key...
{any}
No
value...
{Map|int:map}
No

Returns

Not applicable.

Description

Adds one or more key and value pairs to this Map, where the value is other Map. The added value will become bound to this Map and will be destroyed upon the destruction of this Map. While encoding this Map to JSON, binding Data Structures will allow their values be encoded as well, as opposed to just the reference ID.

⚠️ **GitHub.com Fallback** ⚠️