Difference between revisions of "Auto Assembler:dealloc"
Jump to navigation
Jump to search
(→Related Commands) |
(→See also) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Assembler]] | ||
'''Auto Assembler''' dealloc(''SymbolName'') | '''Auto Assembler''' dealloc(''SymbolName'') | ||
Line 21: | Line 22: | ||
== 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 00:28, 13 January 2018
Auto Assembler dealloc(SymbolName)
Deallocates a block of memory allocated with alloc. It always gets executed last, no matter where it is positioned in the code, and only actually frees the memory when all allocations have been freed. Only usable in a script designed as a cheat table. (e.g used for the disable cheat)
Command Parameters[edit]
Parameter | Type | Description |
---|---|---|
SymbolName | string | The allocated symbol name to deallocate |
Examples[edit]
dealloc(SomeSymbol)