ObjectCallv Method |
Calls the method on the object and returns the result. Contrarily to Call(String, Object), this method does not support a variable number of arguments but expects all parameters to be via a single Array.
callv("set", [ "position", Vector2(42.0, 0.0) ])
Namespace: Godot
public Object Callv( string method, Array argArray )
[Missing <param name="method"/> documentation for "M:Godot.Object.Callv(System.String,Godot.Collections.Array)"]
[Missing <param name="argArray"/> documentation for "M:Godot.Object.Callv(System.String,Godot.Collections.Array)"]
[Missing <returns> documentation for "M:Godot.Object.Callv(System.String,Godot.Collections.Array)"]