Unregister Global Symbol
Signatures
bool unregisterGlobalSymbol(string name, ...)
bool unregisterGlobalSymbol(table names, ...)Description
Unregisters one or more global 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