timer_configure
Configure an existing Godot timer node by adjusting its wait time, one-shot, and autostart properties.
Instructions
Configure properties of an existing Timer node.
Category: Timer
Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project) timer_path: Path to the timer node wait_time: Time in seconds to wait before timeout signal one_shot: If true, timer stops after timeout autostart: If true, timer starts automatically
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| timer_path | Yes | ||
| wait_time | No | ||
| one_shot | No | ||
| autostart | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |