pixi-reels

ReelEvents

pixi-reels


pixi-reels / index / ReelEvents

Interface: ReelEvents

Defined in: events/ReelEvents.ts:512

Events emitted by an individual Reel.

Extends#

  • Record<string, unknown[]>

Indexable#

[key: string]: unknown[]

Properties#

PropertyTypeDescriptionDefined in
destroyed[]-events/ReelEvents.ts:530
landed[string[]]-events/ReelEvents.ts:529
landing[string[]]The reel is on its result frame and its symbols have been told they landed; the bounce has not started. Per-reel source of the set-level spin:reelLanding.events/ReelEvents.ts:528
phase:enter[string]-events/ReelEvents.ts:513
phase:exit[string]-events/ReelEvents.ts:514
phase:step[{ phase: string; status: PhaseStepStatus; step: string; }]A step of a phase running on ReelPhase.runSteps(): start as it begins, end as it finishes on its own, skipped for a cut step a quicken never started, cut for the cut step a quicken stopped in flight, cancelled for the step a slam or a destroy stopped in flight.events/ReelEvents.ts:521
symbol:created[string, number]-events/ReelEvents.ts:522