Skip to content

Check List Contains Only

Checks whether a list contains only items from a given set.

Parameters

Parameter Description
List The list variable to check.
Items Allowed values.
All Items If true, the list must also contain every item from Items.
True Event Sent when the condition is met.
False Event Sent when disallowed values are found, or when All Items is true and one is missing.
Store Result Optional bool to store the test result.

Example

  1. Set List to ActiveBuffTypes.
  2. Add allowed buff types to Items.
  3. Enable All Items if you require a complete exact set.