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