native
TrieIterGetCell
Syntax
native bool:TrieIterGetCell(TrieIter:handle, &any:value);
Description
Retrieves a value at the current position of the iterator.
Parameters
| handle | Iterator handle |
|---|---|
| value | Variable to store value in |
Return
True on success, false if the iterator is empty or the current
value is an array or a string.
Error
Invalid handle
Iterator has been closed (underlying map destroyed)
Iterator is outdated