Retrieves a value in a Map.
bool GetTrieValue(Handle map, const char[] key, any& value)
Map Handle.
Key string.
Variable to store value.
True on success. False if the key is not set, or the key is set as an array or string (not a value).
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.