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