Difference between revisions of "Lua:resetLuaState"
Jump to navigation
Jump to search
m (moved resetLuaState to Lua:resetLuaState) |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
| + | {{LuaFunctionParametersNone}} | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 00:13, 25 January 2018
function resetLuaState()
Creates a new lua state object. This means that all previously declared functions, variables and other objects will become inaccessible.
Function Parameters[edit]
<none>