AMX Mod X API Documentation

Signature
enum Trie { Invalid_Trie = 0 };
Description

Hash map tag declaration

Notes
  • 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.

Назад
Верх