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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, meta_function m)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< meta_function >::push ( lua_State *  L,
meta_function  m 
)
inlinestatic
10950  {
10951  const std::string& str = to_string(m);
10952  lua_pushlstring(L, str.c_str(), str.size());
10953  return 1;
10954  }
const std::string & to_string(call_status c)
Definition: sol.hpp:5190

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