Destiny.HistoricalStats.Definitions.DestinyStatsMergeMethod
Enumeration
Type: int32
Valid Enum Values
-
Add: 0When collapsing multiple instances of the stat together, add the values.
-
Min: 1When collapsing multiple instances of the stat together, take the lower value.
-
Max: 2When collapsing multiple instances of the stat together, take the higher value.