Skip to main content

Check Keno Hits

Counts how many of the player's chosen spots appear in the drawn numbers.

Inputs

Actions

SignalDescription
DoCompares the two sets.

General

DataDescription
selected spots (array)The numbers the player picked.
drawn numbers (array)The numbers drawn for the round — from Calculate PF Array Draw.

Outputs

DataDescription
hit count (number)How many picks were drawn.
hit numbers (array)Which picks were drawn.
SignalDescription
DoneSent when the node has finished, on success and on failure alike.