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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, const void *userdata)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< const void * >::push ( lua_State *  L,
const void *  userdata 
)
inlinestatic
10764  {
10765  lua_pushlightuserdata(L, const_cast<void*>(userdata));
10766  return 1;
10767  }

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