Table of Contents

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 = 1

Every tag in the set must be present.

AnyOf = 0

At least one tag in the set must be present.