Skip to content

Check List Contains

Checks whether a list contains a specific item.

Parameters

Parameter Description
List The list variable to check.
Item The value to look for.
True Event Sent when the item is found.
False Event Sent when the item is not found.
Store Result Optional bool to store the test result.

Item must be the same type as the selected list.

Example

  1. Set List to CollectedKeys.
  2. Set Item to GoldenKey.
  3. Send HasKey on True Event.