Back to Documentation
Win Evaluation Node
WinCheckScatter
Count scatter symbols anywhere on the grid for bonus triggers
Inputs
scatterSymbolstringrequiredSymbol type to count as scatter
minCountnumberrequiredMinimum scatter count to trigger
Outputs
countnumberNumber of scatter symbols found
triggeredbooleanTrue if count >= minCount
Overview
Counts scatter symbols anywhere on the grid. Used to trigger bonus features like free spins when enough scatters land.
Disabled Position Handling
Positions with the disabled:true tag are skipped during scatter counting. Scatter symbols on disabled positions do not count toward the trigger.
Algorithm
- Iterate all positions on the grid
- Skip positions with
disabled:true - Check if symbol matches
scatterSymbol - Return count and whether it meets minimum threshold