OpenMiner
0.0.1a
Voxel game engine
sol
stack
getter< lua_nil_t >
Static Public Member Functions
|
List of all members
sol::stack::getter< lua_nil_t > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static
lua_nil_t
get
(lua_State *, int,
record
&tracking)
Member Function Documentation
§
get()
static
lua_nil_t
sol::stack::getter
<
lua_nil_t
>::get
(
lua_State *
,
int
,
record
&
tracking
)
inline
static
9831
{
9832
tracking.use(1);
9833
return
lua_nil
;
9834
}
sol::lua_nil
const lua_nil_t lua_nil
Definition:
sol.hpp:4683
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12