Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.63 KB

DestinyMilestonesDestinyPublicMilestoneActivity.md

File metadata and controls

13 lines (10 loc) · 1.63 KB

DestinyMilestonesDestinyPublicMilestoneActivity

Properties

Name Type Description Notes
ActivityHash int32 The hash identifier of the activity that's been chosen to be considered the canonical "conceptual" activity definition. This may have many variants, defined herein. [optional] [default to null]
ModifierHashes []int32 The activity may have 0-to-many modifiers: if it does, this will contain the hashes to the DestinyActivityModifierDefinition that defines the modifier being applied. [optional] [default to null]
Variants []DestinyMilestonesDestinyPublicMilestoneActivityVariant Every relevant variation of this conceptual activity, including the conceptual activity itself, have variants defined here. [optional] [default to null]
ActivityModeHash int32 The hash identifier of the most specific Activity Mode under which this activity is played. This is useful for situations where the activity in question is - for instance - a PVP map, but it's not clear what mode the PVP map is being played under. If it's a playlist, this will be less specific: but hopefully useful in some way. [optional] [default to null]
ActivityModeType int32 The enumeration equivalent of the most specific Activity Mode under which this activity is played. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]