Skip to content

MemberConditionConstraint

Rasmus Wulff Jensen edited this page Apr 4, 2025 · 1 revision

Defines constraints for checking the presence of members on a card.

Values

Value Description
AnyOfThesePresent Checks if any of the specified members are present on the card.
NoneOfTheseArePresent Checks if none of the specified members are present on the card.
AllOfThesePresent Checks if all of the specified members are present on the card.
NonePresent Checks if no members are present on the card.

Usage

Used in MemberCondition to specify constraints for member presence checks.

Clone this wiki locally