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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, lua_CFunction func, int n=0)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< lua_CFunction >::push ( lua_State *  L,
lua_CFunction  func,
int  n = 0 
)
inlinestatic
10708  {
10709  lua_pushcclosure(L, func, n);
10710  return 1;
10711  }

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