get_cell
Retrieve the character and colors at a specific point on an ASCII art canvas. Provide x and y coordinates, and optionally a frame index, to inspect any cell.
Instructions
Get the character and colors at a specific canvas position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (0-based, left to right) | |
| y | Yes | Y coordinate (0-based, top to bottom) | |
| frameIndex | No | Frame index (defaults to current frame) |