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 = 5Different from the threshold.
Equal = 2Equal to the threshold.
Greater = 4Strictly greater than the threshold.
GreaterOrEqual = 3Greater than or equal to the threshold.
Less = 0Strictly less than the threshold.
LessOrEqual = 1Less than or equal to the threshold.