LuaState.this

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.

  1. this()
    class LuaState
    this
    ()
  2. this(lua_State* L)

See Also

Meta