— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
This is an old revision of the document!
Adds a tile at the specified coordinate within the map (if a tile does not already exist at that coordinate). The entity ID is optional and will be assigned to the new tile if supplied.
add_tile(model_name, coordinate, entity_id)
Argument | Description | Type | Required |
---|---|---|---|
model_name | Model to use for the new tile. | String | Yes |
coordinate | Position of the new tile. | Coordinate | Yes |
entity_id | Unique entity ID that will be assigned. | String | No |
add_tile("wooden_floor_02", coord[10, 0, -1], "bridge")
Results:
Use the Add Tile function to