scene-get-screenshot
Capture a screenshot of a specific area within a game scene by providing coordinates and dimensions.
Instructions
Get a screenshot of the scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | The x coordinate of the top left corner of the screenshot. | |
| y | Yes | The y coordinate of the top left corner of the screenshot. | |
| width | Yes | The width of the screenshot. | |
| height | Yes | The height of the screenshot. | |
| sceneId | Yes | The `id` of the scene. The `id` is not the name of the scene, else a unique identifier is set in the scene data. You need to read the scene data to get the `id`. |