Calls the referenced function previously set in _function or @GDScript.funcref. Contrarily to callFunc, this method does not support a variable number of arguments but expects all parameters to be passed via a single Array.
See Implementation
Calls the referenced function previously set in _function or @GDScript.funcref. Contrarily to callFunc, this method does not support a variable number of arguments but expects all parameters to be passed via a single Array.