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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, const protected_function_result &pfr)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< protected_function_result >::push ( lua_State *  L,
const protected_function_result pfr 
)
inlinestatic
12389  {
12390  int p = 0;
12391  for (int i = 0; i < pfr.pop_count(); ++i) {
12392  lua_pushvalue(L, i + pfr.stack_index());
12393  ++p;
12394  }
12395  return p;
12396  }

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