Signature
native bool:TrieKeyExists(Trie:handle, const key[]);
Description
Checks a hash map for the existence of an entry.
Parameters
- handle — Map handle
- key — Key string
Returns
True if the key is set, false otherwise
Errors
-
If an invalid handle is provided an error will be
thrown.