Constants in celltrie.inc

List of constants

Hash map tag declaration

Note

  • The word "Trie" in this API is historical. As of AMX Mod X 1.8.3,
    tries have been internally replaced with hash tables, which have O(1)
    insertion time instead of O(n).
  • Plugins are responsible for freeing all Trie handles they acquire.
    Failing to free handles will result in the plugin and AMXX leaking
    memory.
Hash map iterator tag declaration

Note

  • The word "Trie" in this API is historical. As of AMX Mod X 1.8.3,
    tries have been internally replaced with hash tables, which have O(1)
    insertion time instead of O(n).
  • Plugins are responsible for freeing all TrieIter handles they acquire.
    Failing to free handles will result in the plugin and AMXX leaking
    memory.
Hash map snapshot tag declaration

Note

Plugins are responsible for freeing all Snapshot handles they acquire.
Failing to free handles will result in the plugin and AMXX leaking
memory.