Table of Contents

Enum ComparisonMode

Namespace
ElectricDrill.AstraRpgFramework.Conditions
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Defines how a numeric value is compared against a threshold.

public enum ComparisonMode

Fields

Different = 5

Different from the threshold.

Equal = 2

Equal to the threshold.

Greater = 4

Strictly greater than the threshold.

GreaterOrEqual = 3

Greater than or equal to the threshold.

Less = 0

Strictly less than the threshold.

LessOrEqual = 1

Less than or equal to the threshold.