OpenMiner
0.0.1a
Voxel game engine
sol
stack
pusher< new_table >
Static Public Member Functions
|
List of all members
sol::stack::pusher< new_table > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static int
push
(lua_State *L, const
new_table
&nt)
Member Function Documentation
§
push()
static int
sol::stack::pusher
<
new_table
>::push
(
lua_State *
L
,
const
new_table
&
nt
)
inline
static
11316
{
11317
lua_createtable(L, nt.sequence_hint, nt.map_hint);
11318
return
1;
11319
}
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12