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