Difference between revisions of "Auto Assembler:unregisterSymbol"

From Cheat Engine
Jump to navigation Jump to search
(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…')
 
Line 5: Line 5:
 
Note: Use [[Auto Assembler:registerSymbol|registerSymbol]] to add a symbol from the user-defined symbol list.
 
Note: Use [[Auto Assembler:registerSymbol|registerSymbol]] to add a symbol from the user-defined symbol list.
  
=== Function Parameters ===
+
=== Command Parameters ===
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
!align="left"|Parameter
 
!align="left"|Parameter
Line 24: Line 24:
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
  
=== Related Functions ===
+
=== Related Commands ===
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]

Revision as of 21:44, 11 March 2017

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 register


Examples

unregisterSymbol(SomeSymbol)


See also

Related Commands