Difference between revisions of "TileDisplay.cellTint"

From MiniScript Wiki
Jump to navigation Jump to search
(Initial write up of page.)
 
(No difference)

Latest revision as of 08:49, 8 July 2021

TileDisplay.cellTint is a method to get the tint colour of a specific cell in the TileDisplay.

Example usage

display(4).cellTint(1,1) returns the tint colour of cell 1,1.

To set the tint colour of a cell use TileDisplay.setCellTint

See also: TileDisplay.tileSet, TileDisplay, TileDisplay.setCellTint