Create a new, empty Lua state. The standard library is not loaded.
If an uncaught error for any operation on this state causes a Lua panic for the underlying state, an exception of type $(DPREF error, LuaErrorException) is thrown.
LuaState.openLibs
See Implementation
Create a new, empty Lua state. The standard library is not loaded.
If an uncaught error for any operation on this state causes a Lua panic for the underlying state, an exception of type $(DPREF error, LuaErrorException) is thrown.