OpenMiner  0.0.1a
Voxel game engine
Static Public Member Functions | List of all members
sol::stack::pusher< lua_nil_t > Struct Template Reference

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, lua_nil_t)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< lua_nil_t >::push ( lua_State *  L,
lua_nil_t   
)
inlinestatic
10677  {
10678  lua_pushnil(L);
10679  return 1;
10680  }

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