Display.getCell

Get a cell at given position.

class Display
getCell

Parameters

position UniquePosition

Position of the cell.

Return Value

Type: Cell

The cell at this position. null if not found.

Meta