native TrieIterGetKey(TrieIter:handle, key[], outputsize);
handle | Iterator handle. |
key | Buffer to store the current key in. |
outputsize | Maximum size of string buffer. |
Retrieves the key the iterator currently points to.
Nnumber of bytes written to the buffer
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.