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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, const variadic_args &ref)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< variadic_args >::push ( lua_State *  L,
const variadic_args ref 
)
inlinestatic
16111  {
16112  return ref.push(L);
16113  }

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