pixi-wheels

SkipConfig

pixi-wheels


pixi-wheels / index / SkipConfig

Interface: SkipConfig

Defined in: config/types.ts:293

What a player’s skip press is allowed to do.

Properties#

PropertyTypeDescriptionDefined in
allowed?booleanWhether skip() does anything at all. Default true.config/types.ts:295
minimumSpinTime?numberA press earlier than this many ms into the spin is ignored (not queued). Default 0.config/types.ts:297
protectAnticipation?booleanDefault for AnticipationOptions.protectSkip when a tease is planned without its own value. Default false.config/types.ts:302