TrieKeyExists
- Синтаксис
-
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