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