Difference between revisions of "Lua:registerSymbol"
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===…') |
(→Related Functions) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Lua]] | ||
'''function''' registerSymbol(''symbolname'', ''address'', ''donotsave'' OPTIONAL) | '''function''' registerSymbol(''symbolname'', ''address'', ''donotsave'' OPTIONAL) | ||
| Line 24: | Line 25: | ||
| − | == | + | {{LuaSeeAlso}} |
| − | * [[Lua]] | + | |
| + | === Related Functions === | ||
| + | * [[Lua:unregisterSymbol|unregisterSymbol]] | ||
Latest revision as of 00:43, 25 January 2018
function registerSymbol(symbolname, address, donotsave OPTIONAL)
Registers a string that will be associated with the given address.
Function Parameters[edit]
| 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 |