LuaBoundFunc.opCall

Allows this wrapper to be called like a normal function.

struct LuaBoundFunc(alias LuaFuncT, alias ReturnT, Params...)
ReturnT
opCall
(
Params params
)

Parameters

params Params

The parameters to pass through.

Return Value

Type: ReturnT

Either nothing (ResultT == void) or the returned value, statically ensured to be of type ReturnT.

Meta