OpenMiner
0.0.1a
Voxel game engine
sol
stack
getter< stack_proxy >
Static Public Member Functions
|
List of all members
sol::stack::getter< stack_proxy > Struct Template Reference
#include <
sol.hpp
>
Static Public Member Functions
static
stack_proxy
get
(lua_State *L, int index=-1)
Member Function Documentation
§
get()
static
stack_proxy
sol::stack::getter
<
stack_proxy
>::get
(
lua_State *
L
,
int
index
=
-1
)
inline
static
12195
{
12196
return
stack_proxy(L, index);
12197
}
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12