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

#include <sol.hpp>

Static Public Member Functions

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

Member Function Documentation

§ get()

static lua_CFunction sol::stack::getter< lua_CFunction >::get ( lua_State *  L,
int  index,
record tracking 
)
inlinestatic
9871  {
9872  tracking.use(1);
9873  return lua_tocfunction(L, index);
9874  }

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