Source
This page was generated with Wiki Builder. Do not change the format!
Info
A minimal view of a character's equipped items, for the purpose of rendering a summary screen or showing the character in 3D.
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
equipment | DestinyItemPeerView[] |
Example
{
// Type: DestinyItemPeerView[]
"equipment": [
// Type: DestinyItemPeerView
{
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
"itemHash": 0,
// Type: DyeReference[]
"dyes": [
// Type: DyeReference
{
// Type: integer:uint32
"channelHash": 0,
// Type: integer:uint32
"dyeHash": 0
}
]
}
]
}