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…')
(No difference)

Revision as of 00:47, 3 April 2012

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