game_call_method
game_call_methodInvoke methods on game nodes during runtime by specifying node path, method name, and 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 |