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

#include <sol.hpp>

Static Public Member Functions

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

Member Function Documentation

§ push()

static int sol::stack::pusher< void * >::push ( lua_State *  L,
void *  userdata 
)
inlinestatic
10756  {
10757  lua_pushlightuserdata(L, userdata);
10758  return 1;
10759  }

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