TDestroyedCell Class

Classe representing a destroyed cell

Unit: cMatch3Game
System.TObject
  cMatch3Game.TDestroyedCell
type TDestroyedCell = class(TObject)

The TDestroyedCell type exposes the following members.

Show:
 NameDescription
Create

Constructor of an instance of this class

Top
Show:
 NameDescription
CellType

Cell type = index of the SVG image used for this cell

Col

Column number of this cell

NbFrames

Current frame number used to show the destroy animation step

Row

Row number of this cell

Top