RefillResult
pixi-reels / index / RefillResult
Interface: RefillResult
Defined in: core/ReelSet.ts:257
Summary returned by ReelSet.refill. Symmetric with RunCascadeResult. same vocabulary, narrower scope (one stage vs. the full chain).
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
duration | number | Total refill duration in milliseconds. | core/ReelSet.ts:271 |
finalGrid | string[][] | Visible grid after the refill landed. Matches getVisibleGrid(). | core/ReelSet.ts:261 |
skipContext | | SkipContext<SpeedProfile> | null | The press that ended it, as its skip:requested carried it (mode, speed, payload); null when none did. An abort through signal is an engine slam: { mode: 'slam' }. | core/ReelSet.ts:269 |
wasSkipped | boolean | True if the refill was aborted via signal (slammed to land). | core/ReelSet.ts:263 |
winnersRefilled | number | Number of winner cells that were refilled. Equals winners.length. | core/ReelSet.ts:259 |