Retrieves a string in a Map.
bool GetTrieString(Handle map, const char[] key, char[] value, int max_size, int& size)
Map Handle.
Key string.
Buffer to store value.
Maximum size of string buffer.
Optional parameter to store the number of bytes written to the buffer.
True on success. False if the key is not set, or the key is set as a value or array (not a string).
Invalid Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.