OpenMiner
0.0.1a
Voxel game engine
sol
stack
pusher< protected_function_result >
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
)
inline
static
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:
external/
sol.hpp
Generated by
1.8.12