TrieGetCell
- Синтаксис
-
native bool:TrieGetCell(Trie:handle, const key[], &any:value);
Переменная | Описание |
---|---|
handle |
Map handle |
key |
Key string |
value |
Variable to store value to |
- Описание
- Retrieves a cell value from a hash map.
- Возвращает
- True on success, false if either the key is not set or the value type does not match (value is string or array)