Auto Assembler:unregisterSymbol

From Cheat Engine
Revision as of 21:36, 11 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''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 [[Auto Asse…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Function Parameters

Parameter Type Description
SymbolName string The symbol name to register


Examples

unregisterSymbol(SomeSymbol)


See also

Related Functions