Difference between revisions of "Lua:resetLuaState"
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…') |
|||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' resetLuaState() | '''function''' resetLuaState() | ||
Revision as of 13:41, 19 March 2017
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>