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

#include <sol.hpp>

Static Public Member Functions

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

Member Function Documentation

§ get()

static stack_proxy_base sol::stack::getter< stack_proxy_base >::get ( lua_State *  L,
int  index = -1 
)
inlinestatic
12156  {
12157  return stack_proxy_base(L, index);
12158  }

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