OpenMiner
0.0.1a
Voxel game engine
sol
stack
field_getter
Public Member Functions
|
List of all members
sol::stack::field_getter< T, bool, bool, typename > Struct Template Reference
#include <
sol.hpp
>
Public Member Functions
template<typename Key >
void
get
(lua_State *L, Key &&key, int tableindex=-2)
Member Function Documentation
§
get()
template<typename T, bool , bool , typename >
template<typename Key >
void
sol::stack::field_getter
<
T
, bool, bool, typename >::get
(
lua_State *
L
,
Key &&
key
,
int
tableindex
=
-2
)
inline
11403
{
11404
push
(L, std::forward<Key>(key));
11405
lua_gettable(L, tableindex);
11406
}
sol::stack::push
int push(lua_State *L, T &&t, Args &&... args)
Definition:
sol.hpp:7770
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12