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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, userdata_value data)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< userdata_value >::push ( lua_State *  L,
userdata_value  data 
)
inlinestatic
10847  {
10848  void** ud = detail::usertype_allocate_pointer<void>(L);
10849  *ud = data.value;
10850  return 1;
10851  }

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