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

#include <sol.hpp>

Static Public Member Functions

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

Member Function Documentation

§ get()

static table sol::stack::getter< metatable_t >::get ( lua_State *  L,
int  index = -1 
)
inlinestatic
20564  {
20565  if (lua_getmetatable(L, index) == 0) {
20566  return table(L, ref_index(LUA_REFNIL));
20567  }
20568  return table(L, -1);
20569  }
table_core< false > table
Definition: sol.hpp:291

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