Difference between revisions of "Lua:registerSymbol"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' registerSymbol(''symbolname'', ''address'', ''donotsave'' OPTIONAL) Registers a string that will be associated with the given address. ===Function Parameters===…')
 
Line 25: Line 25:
  
 
== See also ==
 
== See also ==
 +
* [[unregisterSymbol]]
 
* [[Lua]]
 
* [[Lua]]

Revision as of 22:08, 16 April 2012

function registerSymbol(symbolname, address, donotsave OPTIONAL)

Registers a string that will be associated with the given address.


Function Parameters

Parameter Type Description
symbolname String The string that should be associated with the address
address CEAddressString or Integer The address to associate with the string
donotsave boolean Optional parameter that when set to true will prevent cheat engine from saving this symbol in the cheat table


See also