capture_screenshot
Capture a screenshot of a running Godot game. Set delay, output file path, and window title as needed.
Instructions
Capture screenshot of running game.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delay | No | Delay in seconds before capture | |
| output_path | No | Output file path for the screenshot | screenshot.png |
| window_title | No | Window title to capture (default: capture Godot window) |