OpenMiner
0.0.1a
Voxel game engine
sol
stack
pusher< metatable_t >
Static Public Member Functions
|
List of all members
sol::stack::pusher< metatable_t > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static int
push
(lua_State *L,
metatable_t
)
Member Function Documentation
§
push()
static int
sol::stack::pusher
<
metatable_t
>::push
(
lua_State *
L
,
metatable_t
)
inline
static
10692
{
10693
lua_pushlstring(L,
"__mt"
, 4);
10694
return
1;
10695
}
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12