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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, ref_index ri)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< ref_index >::push ( lua_State *  L,
ref_index  ri 
)
inlinestatic
10975  {
10976  lua_rawgeti(L, LUA_REGISTRYINDEX, ri);
10977  return 1;
10978  }

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