Table of Contents

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 = 2

Use the absolute magnitude of the change, derived from the difference between new and previous values.

NewValue = 1

Use the payload's value after the change happened.

PreviousValue = 0

Use the payload's value before the change happened.