Signature
native bool:TrieDeleteKey(Trie:handle, const key[]);
Description
Removes an entry from a hash map.
Parameters
- handle — Map handle
- key — Key string
Returns
True on success, false if the key was never set
Errors
-
If an invalid handle is provided an error will be
thrown.