wait_for_node
Poll the running Godot game until a node exists at the specified path or the timeout elapses, enabling reliable gameplay testing.
Instructions
Poll the running game until a node exists at the given path or the timeout in seconds elapses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| node_path | Yes | ||
| poll_frames | No |