native
TrieGetCell
Syntax
native bool:TrieGetCell(Trie:handle, const key[], &any:value);
Description
Retrieves a cell value from a hash map.
Parameters
| handle | Map handle |
|---|---|
| key | Key string |
| value | Variable to store value to |
Return
True on success, false if either the key is not set or the
value type does not match (value is string or array)
Error
If an invalid handle is provided an error will be
thrown.