A savable version of a Stat.
Stat
Namespace: Esper.Inventool.DataManagement Access: public Type: struct Attributes: [Serializable]
Esper.Inventool.DataManagement
public
struct
[Serializable]
value
SavableStatValue
The current value of the stat.
scalingSource
SavableStatScalingSource
The scaling source used to scale the stat per level.
level
int
The current level of this stat.
maxLevel
The max level of this stat.
combineType
Stat.CombineType
The combine type used for mathematical operations.
attributeID
int?
The ID of the attribute.
statID
The ID of the stat identity.
clampWithinRange
bool
If the value should automatically be clamped within the low and high range whenever it's changed.
lowValue
The low value of the stat.
SavableStat(Stat stat)
Creates a savable stat from a Stat.
ToStat()
Converts this SavableStat back into a Stat.
SavableStat