LuaDynamic.opCall

Call this object. This object must either be a function, or have a metatable providing the ___call metamethod.

struct LuaDynamic
opCall
(
Args...
)
(
Args args
)

Parameters

args Args

arguments for the call

Return Value

Type: LuaDynamic[]

Array of return values, or a null array if there were no return values

Meta