Internal implementation for lutok::state.
More...
|
| | impl (lua_State *lua_, bool owned_) |
| | Constructor. More...
|
| |
|
|
lua_State * | lua_state |
| | The Lua internal state.
|
| |
|
bool | owned |
| | Whether we own the state or not (to decide if we close it).
|
| |
Internal implementation for lutok::state.
◆ impl()
| lutok::state::impl::impl |
( |
lua_State * |
lua_, |
|
|
bool |
owned_ |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
| lua_ | The Lua internal state. |
| owned_ | Whether we own the state or not. |
The documentation for this struct was generated from the following file: