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
- Set List to
ActiveBuffTypes. - Add allowed buff types to Items.
- Enable All Items if you require a complete exact set.