Difference between revisions of "Lua:resetLuaState"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' resetLuaState() Creates a new lua state object. This means that all previously declared functions, variables and other objects will become inaccessible. ===Fun…')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' resetLuaState()
 
'''function''' resetLuaState()
  
Line 4: Line 5:
  
  
 +
{{LuaFunctionParametersNone}}
  
===Function Parameters===
+
{{LuaSeeAlso}}
<none>
 
 
 
== See also ==
 
* [[Lua]]
 

Latest revision as of 00:13, 25 January 2018

function resetLuaState()

Creates a new lua state object. This means that all previously declared functions, variables and other objects will become inaccessible.


Function Parameters[edit]

<none>

See also[edit]