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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *, stack_count st)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< stack_count >::push ( lua_State *  ,
stack_count  st 
)
inlinestatic
10685  {
10686  return st.count;
10687  }

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