PR pixi-reels

RefillResult

pixi-reels


pixi-reels / index / RefillResult

Interface: RefillResult

Defined in: core/ReelSet.ts:171

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:179
finalGridstring[][]Visible grid after the refill landed. Matches getVisibleGrid().core/ReelSet.ts:175
wasSkippedbooleanTrue if the refill was aborted via signal (slammed to land).core/ReelSet.ts:177
winnersRefillednumberNumber of winner cells that were refilled. Equals winners.length.core/ReelSet.ts:173