native TrieSnapshotGetKey(Snapshot:handle, index, buffer[], maxlength);
handle | Map snapshot handle |
index | Key index (starting from 0) |
buffer | String buffer |
maxlength | Maximum buffer length |
Retrieves the key string of a given key in a map snapshot.
Number of bytes written to the buffer
If an invalid handle is provided an error will be thrown. or index out of range
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.