tilemap_get_cell
Retrieve tile data at a given cell coordinate from a TileMap node for efficient tile inspection and debugging.
Instructions
Get the tile data at a specific cell
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | TileMap node path | |
| coords | Yes | Integer coordinates [x, y] |