Difference between revisions of "Lua:unregisterSymbol"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' unregisterSymbol(''symbolname'') Unregisters a string so that it's name will no longer be associated with the given address. ===Function Parameters=== {|width="…')
 
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' unregisterSymbol(''symbolname'')
 
'''function''' unregisterSymbol(''symbolname'')
  

Revision as of 13:44, 19 March 2017

function unregisterSymbol(symbolname)

Unregisters a string so that it's name will no longer be associated with the given address.


Function Parameters

Parameter Type Description
symbolname String The string that should be removed


See also