OpenMiner
0.0.1a
Voxel game engine
sol
stack
pusher< lua_CFunction >
Static Public Member Functions
|
List of all members
sol::stack::pusher< lua_CFunction > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static int
push
(lua_State *L, lua_CFunction func, int n=0)
Member Function Documentation
§
push()
static int
sol::stack::pusher
< lua_CFunction >::push
(
lua_State *
L
,
lua_CFunction
func
,
int
n
=
0
)
inline
static
10708
{
10709
lua_pushcclosure(L, func, n);
10710
return
1;
10711
}
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12