tilemap_set_cell
Set a single cell in a TileMap at specified coordinates, optionally specifying TileSet source, atlas coordinates, and alternative tile ID.
Instructions
Set a single cell in a TileMap
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | TileMap node path | |
| coords | Yes | Integer coordinates [x, y] | |
| source_id | No | TileSet source ID | |
| atlas_coords | No | Atlas coordinates [x, y] | |
| alternative_tile | No | Alternative tile ID |