game_await_signal
Await a signal from a specified node and return its arguments, with a configurable timeout duration.
Instructions
Await a signal with timeout and return args
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in seconds. Default: 10 | |
| nodePath | Yes | Path to the node | |
| signalName | Yes | Signal name to await |