GetValue
Retrieves a value in a Map.
native bool GetValue(const char[] key, any& value)
Parameters
const char[] key
Key string.
any& value
Variable to store value.
Return Value
bool True on success. False if the key is not set, or the key is set
as an array or string (not a value).