AMX Mod X API Documentation

Signature
native Snapshot:TrieSnapshotCreate(Trie:handle);
Description

Creates a snapshot of all keys in a hash map. If the map is changed

afterwards, the changes are not reflected in the snapshot.

Keys are not sorted.

Parameters
  • handle Map handle
Returns

New map snapshot handle, which must be freed via

TrieSnapshotDestroy()

Errors
  • If an invalid handle is provided an error will be

    thrown.

Назад
Верх