call_method
Invoke any method on a Godot object by specifying the target and method name. Pass arguments as a positional array and receive the return value as JSON.
Instructions
Invoke a method on a resolved object. args = a positional array. Returns the result as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| method | Yes | ||
| target | Yes |