game_await_signal
game_await_signalAwait a Godot signal on a node with an optional timeout and retrieve the emitted arguments.
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 |