Enum ValueChangeDirection
- Namespace
- ElectricDrill.AstraRpgFramework.Conditions
- Assembly
- com.electricdrill.astra-rpg-framework.Runtime.dll
Describes the direction of a numeric change between a previous and a new value.
public enum ValueChangeDirection
Fields
Decrease = 1The new value is less than the previous value.
Increase = 0The new value is greater than the previous value.
Same = 2The new value is equal to the previous value.