game_call_method
Call methods on any game node during runtime, passing optional arguments to control behavior in real time.
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 |