Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 741 Bytes

DestinyComponentsInventoryDestinyCurrenciesComponent.md

File metadata and controls

9 lines (6 loc) · 741 Bytes

DestinyComponentsInventoryDestinyCurrenciesComponent

Properties

Name Type Description Notes
ItemQuantities map[string]int32 A dictionary - keyed by the item's hash identifier (DestinyInventoryItemDefinition), and whose value is the amount of that item you have across all available inventory buckets for purchasing. This allows you to see whether the requesting character can afford any given purchase/action without having to re-create this list itself. [optional] [default to null]

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