pixi-reels

SpinResult

pixi-reels


pixi-reels / index / SpinResult

Interface: SpinResult

Defined in: events/ReelEvents.ts:17

Result returned when a spin completes.

Properties#

PropertyTypeDescriptionDefined in
durationnumberTotal spin duration in milliseconds.events/ReelEvents.ts:32
skipContext| SkipContext<SpeedProfile> | nullThe last press that freed reels, as its skip:requested carried it: mode, the profile a quicken named, the game’s payload. null when none did; { mode: 'slam' } when the engine slammed with no press behind it (an abort, a timeout, slamStop()).events/ReelEvents.ts:30
skipModeSkipMode | nullThe mode of the last press that freed reels, null when none did.events/ReelEvents.ts:23
symbolsstring[][]Final symbol grid [reelIndex][cellIndex].events/ReelEvents.ts:19
wasSkippedbooleanWhether a skip press freed reels this spin, in either mode, or the engine slammed it.events/ReelEvents.ts:21