OpenMiner
0.0.1a
Voxel game engine
sol
stack
getter< this_main_state >
Static Public Member Functions
|
List of all members
sol::stack::getter< this_main_state > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static
this_main_state
get
(lua_State *L, int,
record
&tracking)
Member Function Documentation
§
get()
static
this_main_state
sol::stack::getter
<
this_main_state
>::get
(
lua_State *
L
,
int
,
record
&
tracking
)
inline
static
9863
{
9864
tracking.use(0);
9865
return
this_main_state(
main_thread
(L, L));
9866
}
sol::main_thread
lua_State * main_thread(lua_State *L, lua_State *backup_if_unsupported=nullptr)
Definition:
sol.hpp:6676
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12