Destiny.Definitions.Common.DestinyPathfinderConstantsDefinition

Type: object
Object Properties
thePaleHeartPathfinderRootNodeHash
Mapped to Definition
Pathfinder root node for The Pale Heart
Type: uint32
allPathfinderRootNodeHashes
Mapped to Definition
Root presentation nodes for all currently valid Pathfinder boards
Type: array
Array Contents: uint32
pathfinderTreeTiers
The current shape of Pathfinder boards, where a Pathfinder board is stored as as flat list of Records. The key of this dictionary is the index at which a tier starts, and the value is the total number of objectives in the tier.
Type: object
Dictionary Contents: uint32
Dictionary Key Type: uint32
pathfinderTopology
The topology of the Pathfinder board. The key is the index of the Record in the Pathfinder board, and the value is a list of the indices of Records that are connected to the Key Record. Using this topology, clients can ascertain if a Record can be unlocked, by checking if the objective of any connected Record has been completed and/or claimed.
Type: object
Dictionary Contents: array
Dictionary Key Type: uint32
hash
The unique identifier for this entity. Guaranteed to be unique for the type of entity, but not globally.

When entities refer to each other in Destiny content, it is this hash that they are referring to.
Type: uint32
index
The index of the entity as it was found in the investment tables.
Type: int32
redacted
If this is true, then there is an entity with this identifier/type combination, but BNet is not yet allowed to show it. Sorry!
Type: boolean