trigger · collection_contains
Definition
- Supported scope:
any - Supported target:
any
Description
Checks if the provided collection contains all the provided elements. Possible types to check for are:
- Countries
### Example
collection_contains = { collection = game:all_countries countries = { ENG GER } } collection_contains = { collection = game:all_countries country = FRA }