OpenMiner
0.0.1a
Voxel game engine
sol
stack
pusher< meta_function >
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
)
inline
static
10950
{
10951
const
std::string
& str =
to_string
(m);
10952
lua_pushlstring(L, str.c_str(), str.size());
10953
return
1;
10954
}
sol::lib::string
sol::to_string
const std::string & to_string(call_status c)
Definition:
sol.hpp:5190
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12