Lua:resetLuaState

From Cheat Engine
Revision as of 00:47, 3 April 2012 by 95.96.11.250 (talk) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function resetLuaState()

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


Function Parameters

<none>

See also