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)
If an invalid handle is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.