Destiny.Definitions.Loadouts.DestinyLoadoutConstantsDefinition

Mobile Manifest Entity
Mapped to Mobile Manifest Table: LoadoutConstants
Type: object
Object Properties
whiteIconImagePath
This is the same icon as the one in the display properties, offered here as well with a more descriptive name.
Type: string
blackIconImagePath
This is a color-inverted version of the whiteIconImagePath.
Type: string
loadoutCountPerCharacter
The maximum number of loadouts available to each character. The loadouts component API response can return fewer loadouts than this, as more loadouts are unlocked by reaching higher Guardian Ranks.
Type: int32
loadoutPreviewFilterOutSocketCategoryHashes
Mapped to Definition
A list of the socket category hashes to be filtered out of loadout item preview displays.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Sockets.DestinySocketCategoryDefinition
loadoutPreviewFilterOutSocketTypeHashes
Mapped to Definition
A list of the socket type hashes to be filtered out of loadout item preview displays.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Sockets.DestinySocketTypeDefinition
loadoutNameHashes
Mapped to Definition
A list of the loadout name hashes in index order, for convenience.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Loadouts.DestinyLoadoutNameDefinition
loadoutIconHashes
Mapped to Definition
A list of the loadout icon hashes in index order, for convenience.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Loadouts.DestinyLoadoutIconDefinition
loadoutColorHashes
Mapped to Definition
A list of the loadout color hashes in index order, for convenience.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Loadouts.DestinyLoadoutColorDefinition
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