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