TrieKeyExists
Syntax
native bool:TrieKeyExists(Trie:handle, const key[]);
Usage
| Parameter | Description |
|---|---|
| handle | Map handle |
| key | Key string |
Description
Checks a hash map for the existence of an entry.
Return
True if the key is set, false otherwise
Error
If an invalid handle is provided an error will be thrown.