Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.27 KB

DestinyDefinitionsPresentationDestinyPresentationNodeBaseDefinition.md

File metadata and controls

15 lines (12 loc) · 1.27 KB

DestinyDefinitionsPresentationDestinyPresentationNodeBaseDefinition

Properties

Name Type Description Notes
PresentationNodeType int32 [optional] [default to null]
TraitIds []string [optional] [default to null]
TraitHashes []int32 [optional] [default to null]
ParentNodeHashes []int32 A quick reference to presentation nodes that have this node as a child. Presentation nodes can be parented under multiple parents. [optional] [default to null]
Hash int32 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. [optional] [default to null]
Index int32 The index of the entity as it was found in the investment tables. [optional] [default to null]
Redacted bool If this is true, then there is an entity with this identifier/type combination, but BNet is not yet allowed to show it. Sorry! [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]