native bool:TrieIterGetArray(TrieIter:handle, any:array[], outputsize, &size = 0);
handle | Iterator handle |
buffer | Buffer to store the array |
outputsize | Maximum size of buffer |
size | Optional parameter to store the number of bytes written to the buffer |
Retrieves an array at the current position of the iterator.
True on success, false if the iterator is empty or the current value is not an array.
Invalid handle Invalid buffer size Iterator has been closed (underlying map destroyed) Iterator is outdated
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.