AMX Mod X API Documentation

Signature
native TrieGetSize(Trie:handle);
Description

Returns the number of entries in a hash map.

Parameters
  • handle Map handle
Returns

Number of elements in the hash map

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

    thrown.

Назад
Верх