Signature
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
Returns
True on success, false if either the key is not set or the
value type does not match (value is string or array)
Errors
-
If an invalid handle is provided an error will be
thrown.