Retrieves an array in a Map.
bool GetArray(const char[] key, any[] array, int max_size, int& size)
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).
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.