pixi-reels

SlamOptions

pixi-reels


pixi-reels / index / SlamOptions

Interface: SlamOptions

Defined in: config/types.ts:76

Which reels a slamStop() call lands. Omit the argument entirely to land every un-landed reel (the default hard slam).

Exactly one of reels / except may be given. Out-of-range indices are ignored; held and already-landed reels are never slammed.

Properties#

PropertyTypeDescriptionDefined in
except?number[]Land every un-landed reel EXCEPT these. The complement of reels.config/types.ts:80
reels?number[]Land ONLY these reels. Every other reel keeps spinning through its phase chain.config/types.ts:78