A StringMapSnapshot is created via StringMap.Snapshot(). It captures the keys on a map so they can be read. Snapshots must be freed with delete or CloseHandle().
Name | Description |
---|---|
GetKey | Retrieves the key string of a given key in a map snapshot. |
KeyBufferSize | Returns the buffer size required to store a given key. That is, it returns the length of the key plus one. |
Name | Type | Description |
---|---|---|
Length | int | Returns the number of keys in the map snapshot. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.