native bool:TrieDeleteKey(Trie:handle, const key[]);
handle | Map handle |
key | Key string |
Removes an entry from a hash map.
True on success, false if the key was never set
If an invalid handle is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.