Add missing |bool| return tag to RemoveFromTrie native
This commit is contained in:
parent
8f4f0f61ea
commit
d3cc797f0f
@ -253,7 +253,7 @@ native bool GetTrieString(Handle map, const char[] key, char[] value, int max_si
|
|||||||
* @return True on success, false if the value was never set.
|
* @return True on success, false if the value was never set.
|
||||||
* @error Invalid Handle.
|
* @error Invalid Handle.
|
||||||
*/
|
*/
|
||||||
native RemoveFromTrie(Handle map, const char[] key);
|
native bool RemoveFromTrie(Handle map, const char[] key);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clears all entries from a Map.
|
* Clears all entries from a Map.
|
||||||
|
Loading…
Reference in New Issue
Block a user