Skip to content

Check List Contains Any

Checks whether a list contains at least one item from a given set.

Parameters

Parameter Description
List The list variable to check.
Items Candidate values to test.
True Event Sent when any item is found.
False Event Sent when none of the items are found.
Store Result Optional bool to store the test result.

Items must match the list type.

Example

  1. Set List to NearbyTargets.
  2. Add preferred targets to Items.
  3. Use True Event when at least one match exists.