OpenMiner  0.0.1a
Voxel game engine
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 
)
inlinestatic
10669  {
10670  lua_pushboolean(L, b);
10671  return 1;
10672  }

The documentation for this struct was generated from the following file: