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

#include <sol.hpp>

Static Public Member Functions

static stack_proxy get (lua_State *L, int index=-1)
 

Member Function Documentation

§ get()

static stack_proxy sol::stack::getter< stack_proxy >::get ( lua_State *  L,
int  index = -1 
)
inlinestatic
12195  {
12196  return stack_proxy(L, index);
12197  }

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