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

#include <sol.hpp>

Static Public Member Functions

static const char * get (lua_State *L, int index, record &tracking)
 

Member Function Documentation

§ get()

static const char* sol::stack::getter< const char * >::get ( lua_State *  L,
int  index,
record tracking 
)
inlinestatic
9625  {
9626  tracking.use(1);
9627  size_t sz;
9628  return lua_tolstring(L, index, &sz);
9629  }

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