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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, c_closure cc)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< c_closure >::push ( lua_State *  L,
c_closure  cc 
)
inlinestatic
10734  {
10735  lua_pushcclosure(L, cc.c_function, cc.upvalues);
10736  return 1;
10737  }

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