MapFormat.renameTile

Renames a single tile.

class MapFormat
public
string
renameTile
(
int pri
,
int id
,
string newName
)

Parameters

pri int

Layer priority ID.

id int

Tile character ID.

newName string

The new name of the tile.

Return Value

Type: string

the previous name if the action was successful, or null if there was some issue.

Meta