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

#include <sol.hpp>

Public Member Functions

int push (lua_State *L, const variadic_results &e)
 

Member Function Documentation

§ push()

int sol::stack::pusher< variadic_results >::push ( lua_State *  L,
const variadic_results e 
)
inline
22147  {
22148  int p = 0;
22149  for (const auto& i : e) {
22150  p += stack::push(L, i);
22151  }
22152  return p;
22153  }
int push(lua_State *L, T &&t, Args &&... args)
Definition: sol.hpp:7770

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