luad ~master (2016-02-18T19:12:01Z)
Home
Dub
Repo
callFunction
luad
conversions
functions
Undocumented in source. Be warned that the author may not have intended to support it.
int
callFunction
(lua_State* L, T func, ParameterTypeTuple!T args)
int
callFunction
(
T
)
(
lua_State
*
L
,
T
func
,
ParameterTypeTuple
!
T
args
)
if
(
!
is
(
BindableReturnType
!
T
== const) &&
!
is
(
BindableReturnType
!
T
== immutable)
)
int
callFunction
(lua_State* L, T func, ParameterTypeTuple!T args)
Meta
Source
See Implementation
luad
conversions
functions
functions
callFunction
getFunction
pushFunction
pushMethod
variableReturn
structs
LuaVariableReturn
templates
BindableReturnType
FillableParameterTypeTuple
StripHeadQual