Unregister Symbol
Signatures
bool unregisterSymbol(string name, ...)
bool unregisterSymbol(table names, ...)Description
Unregisters one or more local symbols.
Returns whether the operation was successful (true) or not (false).
Arguments
Name(s)
The name of the symbol, or a table containing multiple names of symbols.
Notes
Last updated