renforge_find_image_on_screen
Search the current game frame for a template image and retrieve its bounds, enabling visual validation in Ren'Py projects.
Instructions
Find a template image in the current frame and return its bounds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region_x | No | ||
| region_y | No | ||
| threshold | No | ||
| max_matches | No | ||
| project_path | Yes | ||
| region_width | No | ||
| region_height | No | ||
| template_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||