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

#include <sol.hpp>

Public Member Functions

int push (lua_State *, lua_thread_state lts)
 

Member Function Documentation

§ push()

int sol::stack::pusher< lua_thread_state >::push ( lua_State *  ,
lua_thread_state  lts 
)
inline
21713  {
21714  lua_pushthread(lts.L);
21715  return 1;
21716  }

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