Auto Assembler:dealloc

From Cheat Engine
Revision as of 19:13, 11 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''Auto Assembler''' dealloc(''SybolName'') Deallocates a block of memory allocated with Auto Assembler:alloc. It always gets executed last, no matter where it is position…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Auto Assembler dealloc(SybolName)

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)

Function Parameters

Parameter Type Description
SymbolName string The allocated symbol name to deallocate


Examples

dealloc(SomeSymbol)

See also

Related Functions