Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyVendorItemQuantity

In addition to item quantity information for vendor prices, this also has any optional information that may exist about how the item's quantity can be modified. (unfortunately not information that is able to be read outside of the BNet servers, but it's there)

Hierarchy

  • DestinyVendorItemQuantity

Index

Properties

itemHash

itemHash: number

The hash identifier for the item in question. Use it to look up the item's DestinyInventoryItemDefinition.

Mapped to DestinyInventoryItemDefinition in the manifest.

Optional itemInstanceId

itemInstanceId: string

If this quantity is referring to a specific instance of an item, this will have the item's instance ID. Normally, this will be null.

quantity

quantity: number

The amount of the item needed/available depending on the context of where DestinyItemQuantity is being used.