call_method
Invoke a method on a resolved Godot object using a positional array of arguments and return the result 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 |