native bool:TrieKeyExists(Trie:handle, const key[]);
handle | Map handle |
key | Key string |
Checks a hash map for the existence of an entry.
True if the key is set, false otherwise
If an invalid handle is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.