native TrieIterGetSize(TrieIter:handle);
handle | Iterator handle |
Retrieves the number of elements in the underlying map.
When used on a valid iterator this is exactly the same as calling TrieGetSize on the map directly.
Number of elements in the map
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.