Back to Documentation
Win Evaluation Node

WinCheckScatter

Count scatter symbols anywhere on the grid for bonus triggers

Inputs

scatterSymbolstringrequired

Symbol type to count as scatter

minCountnumberrequired

Minimum scatter count to trigger

Outputs

countnumber

Number of scatter symbols found

triggeredboolean

True 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

  1. Iterate all positions on the grid
  2. Skip positions with disabled:true
  3. Check if symbol matches scatterSymbol
  4. Return count and whether it meets minimum threshold