GodotObject.call

Calls the method on the object and returns a result. Pass parameters as a comma separated list.

struct GodotObject
@nogc nothrow
Variant
call
(
StringArg0
VarArgs...
)
(
in StringArg0 method
,
VarArgs varArgs
)

Meta