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