runtime_call_method
Invoke a method on a live game node. Pass the node path, method name, and optional positional args to trigger runtime actions.
Instructions
Call a method on a node in the running game.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Positional arguments. | |
| path | Yes | Node path inside the running scene. | |
| method | Yes | Method name to call on the node. |