Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyMilestoneRewardEntry

The character-specific data for a milestone's reward entry. See DestinyMilestoneDefinition for more information about Reward Entries.

Hierarchy

  • DestinyMilestoneRewardEntry

Index

Properties

earned

earned: boolean

If TRUE, the player has earned this reward.

redeemed

redeemed: boolean

If TRUE, the player has redeemed/picked up/obtained this reward. Feel free to alias this to "gotTheShinyBauble" in your own codebase.

rewardEntryHash

rewardEntryHash: number

The identifier for the reward entry in question. It is important to look up the related DestinyMilestoneRewardEntryDefinition to get the static details about the reward, which you can do by looking up the milestone's DestinyMilestoneDefinition and examining the DestinyMilestoneDefinition.rewards[ rewardCategoryHash].rewardEntries[rewardEntryHash] data.