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

Arguments

Name
Type
Optional
key...
{any}
No
value...
{any}
No

Returns

Not applicable.

Description

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.

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