User Tools

Site Tools


add_tile

This is an old revision of the document!


Add Tile


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)
ArgumentDescriptionTypeRequired
model_nameModel to use for the new tile.StringYes
coordinatePosition of the new tile.CoordinateYes
entity_idUnique entity ID that will be assigned.StringNo

Example:

add_tile("wooden_floor_02", coord[10, 0, -1], "bridge")

Results:

Use the Add Tile function to


Editor Node:

Visual Demo:

add_tile.1501518727.txt.gz · Last modified: 2017/07/31 09:32 by justin