Destiny.Components.Profiles.DestinyProfileTransitoryTrackingEntry
This represents a single "thing" being tracked by the player.
This can point to many types of entities, but only a subset of them will actually have a valid hash identifier for whatever it is being pointed to.
It's up to you to interpret what it means when various combinations of these entries have values being tracked.
This can point to many types of entities, but only a subset of them will actually have a valid hash identifier for whatever it is being pointed to.
It's up to you to interpret what it means when various combinations of these entries have values being tracked.
Type: object
Object Properties
locationHash
Nullable
Mapped to Definition
OPTIONAL - If this is tracking a DestinyLocationDefinition, this is the identifier for that location.
Type: uint32
Mapped to Manifest Database Definition:
Destiny.Definitions.DestinyLocationDefinition
itemHash
Nullable
Mapped to Definition
OPTIONAL - If this is tracking the status of a DestinyInventoryItemDefinition, this is the identifier for that item.
Type: uint32
Mapped to Manifest Database Definition:
Destiny.Definitions.DestinyInventoryItemDefinition
objectiveHash
Nullable
Mapped to Definition
OPTIONAL - If this is tracking the status of a DestinyObjectiveDefinition, this is the identifier for that objective.
Type: uint32
Mapped to Manifest Database Definition:
Destiny.Definitions.DestinyObjectiveDefinition
activityHash
Nullable
Mapped to Definition
OPTIONAL - If this is tracking the status of a DestinyActivityDefinition, this is the identifier for that activity.
Type: uint32
Mapped to Manifest Database Definition:
Destiny.Definitions.DestinyActivityDefinition
questlineItemHash
Nullable
Mapped to Definition
OPTIONAL - If this is tracking the status of a quest, this is the identifier for the DestinyInventoryItemDefinition that containst that questline data.
Type: uint32
Mapped to Manifest Database Definition:
Destiny.Definitions.DestinyInventoryItemDefinition
trackedDate
Nullable
OPTIONAL - I've got to level with you, I don't really know what this is. Is it when you started tracking it? Is it only populated for tracked items that have time limits?
I don't know, but we can get at it - when I get time to actually test what it is, I'll update this. In the meantime, bask in the mysterious data.
I don't know, but we can get at it - when I get time to actually test what it is, I'll update this. In the meantime, bask in the mysterious data.
Type: date-time