OpenMiner
0.0.1a
Voxel game engine
sol
stack
pusher< std::nullptr_t >
Static Public Member Functions
|
List of all members
sol::stack::pusher< std::nullptr_t > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static int
push
(lua_State *L, std::nullptr_t)
Member Function Documentation
§
push()
static int
sol::stack::pusher
< std::nullptr_t >::push
(
lua_State *
L
,
std::nullptr_t
)
inline
static
11295
{
11296
return
stack::push
(L, lua_nil);
11297
}
sol::stack::push
int push(lua_State *L, T &&t, Args &&... args)
Definition:
sol.hpp:7770
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12