OpenMiner  0.0.1a
Voxel game engine
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 
)
inlinestatic
9847  {
9848  tracking.use(1);
9849  return nullopt;
9850  }
constexpr nullopt_t nullopt
Definition: sol.hpp:3498

The documentation for this struct was generated from the following file: