Table of Contents

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

The new value is less than the previous value.

Increase = 0

The new value is greater than the previous value.

Same = 2

The new value is equal to the previous value.