Enum ValueChangeComponent
- Namespace
- ElectricDrill.AstraRpgFramework.Conditions
- Assembly
- com.electricdrill.astra-rpg-framework.Runtime.dll
Selects which numeric projection of an IHasValueChange<T> payload a condition should read.
public enum ValueChangeComponent
Fields
AbsAmount = 2Use the absolute magnitude of the change, derived from the difference between new and previous values.
NewValue = 1Use the payload's value after the change happened.
PreviousValue = 0Use the payload's value before the change happened.