Difference between revisions of "Auto Assembler:unregisterSymbol"
Jump to navigation
Jump to search
(→See also) |
|||
| Line 24: | Line 24: | ||
== 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 === | ||
Revision as of 00:30, 13 January 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
| Parameter | Type | Description |
|---|---|---|
| SymbolName | string | The symbol name to register |
Examples
unregisterSymbol(SomeSymbol)