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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, absolute_index ai)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< absolute_index >::push ( lua_State *  L,
absolute_index  ai 
)
inlinestatic
10959  {
10960  lua_pushvalue(L, ai);
10961  return 1;
10962  }

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