Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyCharacterResponse

The response contract for GetDestinyCharacter, with components that can be returned for character and item-level data.

Hierarchy

  • DestinyCharacterResponse

Index

Properties

activities

Activity data - info about current activities available to the player.

COMPONENT TYPE: CharacterActivities

character

Base information about the character in question.

COMPONENT TYPE: Characters

collectibles

COMPONENT TYPE: Collectibles

currencyLookups

A "lookup" convenience component that can be used to quickly check if the character has access to items that can be used for purchasing.

COMPONENT TYPE: CurrencyLookups

equipment

Equipped items on the character.

COMPONENT TYPE: CharacterEquipment

inventory

The character-level non-equipped inventory items.

COMPONENT TYPE: CharacterInventories

itemComponents

The set of components belonging to the player's instanced items.

COMPONENT TYPE: [See inside the DestinyItemComponentSet contract for component types.]

kiosks

Items available from Kiosks that are available to this specific character.

COMPONENT TYPE: Kiosks

plugSets

When sockets refer to reusable Plug Sets (see DestinyPlugSetDefinition for more info), this is the set of plugs and their states that are scoped to this character.

This comes back with ItemSockets, as it is needed for a complete picture of the sockets on requested items.

COMPONENT TYPE: ItemSockets

presentationNodes

COMPONENT TYPE: PresentationNodes

progressions

Character progression data, including Milestones.

COMPONENT TYPE: CharacterProgressions

records

COMPONENT TYPE: Records

renderData

Character rendering data - a minimal set of information about equipment and dyes used for rendering.

COMPONENT TYPE: CharacterRenderData

uninstancedItemComponents

uninstancedItemComponents: DestinyBaseItemComponentSetOfuint32

The set of components belonging to the player's UNinstanced items. Because apparently now those too can have information relevant to the character's state.

COMPONENT TYPE: [See inside the DestinyItemComponentSet contract for component types.]