Lua:resetLuaState
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…')
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>