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
- Set List to
NearbyTargets. - Add preferred targets to Items.
- Use True Event when at least one match exists.