Destiny.HistoricalStats.Definitions.UnitType
Enumeration
Type: int32
Valid Enum Values
-
None: 0
-
Count: 1Indicates the statistic is a simple count of something.
-
PerGame: 2Indicates the statistic is a per game average.
-
Seconds: 3Indicates the number of seconds
-
Points: 4Indicates the number of points earned
-
Team: 5Values represents a team ID
-
Distance: 6Values represents a distance (units to-be-determined)
-
Percent: 7Ratio represented as a whole value from 0 to 100.
-
Ratio: 8Ratio of something, shown with decimal places
-
Boolean: 9True or false
-
WeaponType: 10The stat is actually a weapon type.
-
Standing: 11Indicates victory, defeat, or something in between.
-
Milliseconds: 12Number of milliseconds some event spanned. For example, race time, or lap time.
-
CompletionReason: 13The value is a enumeration of the Completion Reason type.