game_call_method
Call any method on any game node by providing the node path and method name, with optional arguments.
Instructions
Call a method on any node in the running game with optional arguments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional array of arguments to pass to the method | |
| method | Yes | Method name to call | |
| nodePath | Yes | Path to the node |