Destiny.HistoricalStats.Definitions.DestinyStatsMergeMethod

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