OpenMiner
0.0.1a
Voxel game engine
sol
stack
pusher< raw_index >
Static Public Member Functions
|
List of all members
sol::stack::pusher< raw_index > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static int
push
(lua_State *L,
raw_index
ri)
Member Function Documentation
§
push()
static int
sol::stack::pusher
<
raw_index
>::push
(
lua_State *
L
,
raw_index
ri
)
inline
static
10967
{
10968
lua_pushvalue(L, ri);
10969
return
1;
10970
}
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12