OpenMiner
0.0.1a
Voxel game engine
sol
argument_handler
Public Member Functions
|
List of all members
sol::argument_handler< F > Struct Template Reference
#include <
sol.hpp
>
Public Member Functions
int
operator()
(lua_State *L, int
index
,
type
expected,
type
actual, const
std::string
&message) const noexcept(false)
Member Function Documentation
§
operator()()
template<typename F = void>
int
sol::argument_handler
< F >::operator()
(
lua_State *
L
,
int
index
,
type
expected
,
type
actual
,
const
std::string
&
message
)
const
inline
noexcept
6375
{
6376
std::string
str =
"(bad argument to variable or function call)"
;
6377
return
type_panic_string
(L,
index
, expected, actual, message.empty() ? str : message +
" "
+ str );
6378
}
sol::type_panic_string
int type_panic_string(lua_State *L, int index, type expected, type actual, const std::string &message="") noexcept(false)
Definition:
sol.hpp:6334
sol::lib::string
sol::meta_function::index
The documentation for this struct was generated from the following file:
external/
sol.hpp
Generated by
1.8.12