debugGrid()
pixi-reels / index / debugGrid
Function: debugGrid()
function debugGrid(reelSet: ReelSet): string;
Defined in: debug/debug.ts:90
Pretty-print the grid as an ASCII table.
┌────────┬────────┬────────┬────────┬────────┐
│ cherry │ lemon │ bar │ seven │ cherry │
│ plum │ cherry │ wild │ lemon │ orange │
│ orange │ bell │ cherry │ plum │ bell │
└────────┴────────┴────────┴────────┴────────┘
Parameters
| Parameter | Type |
|---|---|
reelSet | ReelSet |
Returns
string