Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyMilestoneActivityPhase

Represents whatever information we can return about an explicit phase in an activity. In the future, I hope we'll have more than just "guh, you done gone and did something," but for the forseeable future that's all we've got. I'm making it more than just a list of booleans out of that overly-optimistic hope.

Hierarchy

  • DestinyMilestoneActivityPhase

Index

Properties

Properties

complete

complete: boolean

Indicates if the phase has been completed.

phaseHash

phaseHash: number

In DestinyActivityDefinition, if the activity has phases, there will be a set of phases defined in the "insertionPoints" property. This is the hash that maps to that phase.