TrieClear
Syntax
native TrieClear(Trie:handle);
Usage
| Parameter | Description |
|---|---|
| handle | Map handle |
Description
Clears all entries from a Map.
Error
If an invalid handle is provided an error will be thrown.
Return
This function has no return value.
native TrieClear(Trie:handle);
| Parameter | Description |
|---|---|
| handle | Map handle |
Clears all entries from a Map.
If an invalid handle is provided an error will be thrown.
This function has no return value.