pixi-reels

SkipInfo

pixi-reels


pixi-reels / index / SkipInfo

Interface: SkipInfo

Defined in: events/ReelEvents.ts:43

What skip:requested and skip:completed carry: the press as every phase saw it in onSkip(ctx) (mode, the speed profile a quicken named, the game’s payload), plus the reels it freed and whether reels are still spinning after it. An engine slam (an abort, a timeout, error recovery, slamStop()) has no press behind it: mode: 'slam', no speed, no payload. Keys the press did not set are absent, not undefined.

Extends#

Properties#

PropertyTypeDescriptionInherited fromDefined in
modeSkipMode-SkipContext.modeconfig/types.ts:127
partialbooleantrue when reels are still spinning after this press.-events/ReelEvents.ts:47
payload?unknown-SkipContext.payloadconfig/types.ts:129
reelsnumber[]The reels this press frees; landed and held reels are excluded.-events/ReelEvents.ts:45
speed?SpeedProfile-SkipContext.speedconfig/types.ts:128