Map.replace() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
key... |
{any} |
No |
value... |
{any} |
No |
Not applicable.
Set one or more values of the specified keys, but only if each already exists in this Map
. If replacing a bound Map
or List, the new value will become bound and the value that was replaced by it will become unbound.