native bool:TrieIterGetCell(TrieIter:handle, &any:value);
handle | Iterator handle |
value | Variable to store value in |
Retrieves a value at the current position of the iterator.
True on success, false if the iterator is empty or the current value is an array or a string.
Invalid handle Iterator has been closed (underlying map destroyed) Iterator is outdated
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.