Source

This page was generated with Wiki Builder. Do not change the format!

Info

Schema

  • Schema Type: Class
  • Type: object

Properties

Name Type Description
questItemHash Destiny.Definitions.Milestones.DestinyMilestoneDefinition:integer:uint32 Quests are defined as Items in content. As such, this is the hash identifier of the DestinyInventoryItemDefinition that represents this quest. It will have pointers to all of the steps in the quest, and display information for the quest (title, description, icon etc) Individual steps will be referred to in the Quest item's DestinyInventoryItemDefinition.setData property, and themselves are Items with their own renderable data.
activity DestinyPublicMilestoneActivity A milestone need not have an active activity, but if there is one it will be returned here, along with any variant and additional information.
challenges DestinyPublicMilestoneChallenge[] For the given quest there could be 0-to-Many challenges: mini quests that you can perform in the course of doing this quest, that may grant you rewards and benefits.

Example

{
    // Type: Destiny.Definitions.Milestones.DestinyMilestoneDefinition:integer:uint32
    "questItemHash": 0,
    // Type: DestinyPublicMilestoneActivity
    "activity": {},
    // Type: DestinyPublicMilestoneChallenge[]
    "challenges": [
       // Type: DestinyPublicMilestoneChallenge
        {
            // Type: Destiny.Definitions.DestinyObjectiveDefinition:integer:uint32
            "objectiveHash": 0,
            // Type: Destiny.Definitions.DestinyActivityDefinition:integer:uint32:nullable
            "activityHash": 0
        }
    ]
}

References

  1. https://bungie-net.github.io/multi/schema_Destiny-Milestones-DestinyPublicMilestoneQuest.html#schema_Destiny-Milestones-DestinyPublicMilestoneQuest