TDestroyedCellsList Class

List of current destroyed cells

Unit: cMatch3Game
TObjectList<TDestroyedCell>
  cMatch3Game.TDestroyedCellsList
type TDestroyedCellsList = class(TObjectList<TDestroyedCell>)

The TDestroyedCellsList type exposes the following members.

Show:
 NameDescription
AddCellToDestroy

Create an instance of a destroyed cell and add it to this list

Top