Difference between revisions of "Lua:resetLuaState"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
| + | {{LuaFunctionParametersNone}} | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 21:46, 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>