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

#include <sol.hpp>

Static Public Member Functions

static this_main_state get (lua_State *L, int, record &tracking)
 

Member Function Documentation

§ get()

static this_main_state sol::stack::getter< this_main_state >::get ( lua_State *  L,
int  ,
record tracking 
)
inlinestatic
9863  {
9864  tracking.use(0);
9865  return this_main_state(main_thread(L, L));
9866  }
lua_State * main_thread(lua_State *L, lua_State *backup_if_unsupported=nullptr)
Definition: sol.hpp:6676

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