Difference between revisions of "Auto Assembler:unregisterSymbol"

From Cheat Engine
Jump to navigation Jump to search
(See also)
(Command Parameters)
 
Line 14: Line 14:
 
|SymbolName
 
|SymbolName
 
|string
 
|string
|The symbol name to register
+
|The symbol name to unregister
 
|}
 
|}
 
  
 
== Examples ==
 
== Examples ==

Latest revision as of 03:42, 4 May 2018

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[edit]

Parameter Type Description
SymbolName string The symbol name to unregister

Examples[edit]

unregisterSymbol(SomeSymbol)


See also[edit]

Related Commands[edit]