OpenMiner  0.0.1a
Voxel game engine
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 
)
inlinestatic
9831  {
9832  tracking.use(1);
9833  return lua_nil;
9834  }
const lua_nil_t lua_nil
Definition: sol.hpp:4683

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