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

#include <sol.hpp>

Static Public Member Functions

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

Member Function Documentation

§ get()

static lightuserdata_value sol::stack::getter< lightuserdata_value >::get ( lua_State *  L,
int  index,
record tracking 
)
inlinestatic
9562  {
9563  tracking.use(1);
9564  return lightuserdata_value(lua_touserdata(L, index));
9565  }

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