Difference between revisions of "Auto Assembler:unregisterSymbol"
Jump to navigation
Jump to search
(→Related Commands) |
(→Command Parameters) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Assembler]] | ||
'''Auto Assembler''' unregisterSymbol(''SymbolName'') | '''Auto Assembler''' unregisterSymbol(''SymbolName'') | ||
Line 13: | Line 14: | ||
|SymbolName | |SymbolName | ||
|string | |string | ||
− | |The symbol name to | + | |The symbol name to unregister |
|} | |} | ||
− | |||
== Examples == | == Examples == | ||
Line 23: | Line 23: | ||
== See also == | == See also == | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
+ | * [[Auto_Assembler:Commands|Auto Assembler Commands]] | ||
=== Related Commands === | === Related Commands === |
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)