Map.addBoundMap() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
key... |
{any} |
No |
value... |
No |
Not applicable.
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
.