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

Global symbols can be accessed by any Lua context, regardless of who registered them.

Last updated