Difference between revisions of "Lua:unregisterSymbol"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
Line 1: Line 1:
[[Category:Lua]]
+
<span style="font-size:25px;color:red">Sorry! Content not available.</span>
'''function''' unregisterSymbol(''symbolname'')
 
 
 
Unregisters a string so that it's name will no longer be associated with the given address.
 
 
 
 
 
===Function Parameters===
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
!align="left"|Parameter
 
!align="left"|Type
 
!style="width: 80%;background-color:white;" align="left"|Description
 
|-
 
|symbolname
 
|String
 
|The string that should be removed
 
|}
 
 
 
 
 
{{LuaSeeAlso}}
 
 
 
=== Related Functions ===
 
* [[Lua:registerSymbol|registerSymbol]]
 

Revision as of 16:12, 16 March 2019

Sorry! Content not available.