OpenMiner  0.0.1a
Voxel game engine
Static Public Member Functions | List of all members
sol::stack::getter< this_state > Struct Template Reference

#include <sol.hpp>

Static Public Member Functions

static this_state get (lua_State *L, int, record &tracking)
 

Member Function Documentation

§ get()

static this_state sol::stack::getter< this_state >::get ( lua_State *  L,
int  ,
record tracking 
)
inlinestatic
9855  {
9856  tracking.use(0);
9857  return this_state(L);
9858  }

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