pixi-reels

RefillResult

pixi-reels


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#

PropertyTypeDescriptionDefined in
durationnumberTotal refill duration in milliseconds.core/ReelSet.ts:271
finalGridstring[][]Visible grid after the refill landed. Matches getVisibleGrid().core/ReelSet.ts:261
skipContext| SkipContext<SpeedProfile> | nullThe 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
wasSkippedbooleanTrue if the refill was aborted via signal (slammed to land).core/ReelSet.ts:263
winnersRefillednumberNumber of winner cells that were refilled. Equals winners.length.core/ReelSet.ts:259