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