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