Auto Assembler:unregisterSymbol

From Cheat Engine
Jump to navigation Jump to search

Auto Assembler unregisterSymbol(SymbolName)

Removes a symbol from the user-defined symbol list. No error will occur if the symbol doesn't exist.

Note: Use registerSymbol to add a symbol from the user-defined symbol list.

Command Parameters

Parameter Type Description
SymbolName string The symbol name to unregister

Examples

unregisterSymbol(SomeSymbol)


See also

Related Commands