GetValue
Retrieves a value in a Map.
native bool GetValue(const int key, any& value)
Parameters
const int key
Key integer.
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).