Table of Contents

Enum ConditionTargetCombine

Namespace
FishMMO.Shared.Core
Assembly
FishMMO.Shared.dll

How a BaseCondition with a TargetSelector combines per-target evaluation results.

public enum ConditionTargetCombine

Fields

All = 0

All selected targets must satisfy the condition (logical AND).

Any = 1

At least one selected target must satisfy the condition (logical OR).