Signature
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
Returns
True on success, false if the iterator is empty or the current
value is an array or a string.
Errors
-
Invalid handle
Iterator has been closed (underlying map destroyed)
Iterator is outdated