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

#include <sol.hpp>

Public Member Functions

lua_thread_state get (lua_State *L, int index, record &tracking)
 

Member Function Documentation

§ get()

lua_thread_state sol::stack::getter< lua_thread_state >::get ( lua_State *  L,
int  index,
record tracking 
)
inline
21721  {
21722  tracking.use(1);
21723  lua_thread_state lts( lua_tothread(L, index) );
21724  return lts;
21725  }

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