Enum TagMatchMode
- Namespace
- ElectricDrill.AstraRpgFramework.Conditions
- Assembly
- com.electricdrill.astra-rpg-framework.Runtime.dll
Controls how a tag set is matched against an entity's tags.
public enum TagMatchMode
Fields
AllOf = 1Every tag in the set must be present.
AnyOf = 0At least one tag in the set must be present.