Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.54 KB

DestinyDefinitionsMilestonesDestinyMilestoneQuestRewardItem.md

File metadata and controls

14 lines (11 loc) · 1.54 KB

DestinyDefinitionsMilestonesDestinyMilestoneQuestRewardItem

Properties

Name Type Description Notes
VendorHash int32 The quest reward item may be associated with a vendor. If so, this is that vendor. Use this hash to look up the DestinyVendorDefinition. [optional] [default to null]
VendorItemIndex int32 The quest reward item may be associated with a vendor. If so, this is the index of the item being sold, which we can use at runtime to find instanced item information for the reward item. [optional] [default to null]
ItemHash int32 The hash identifier for the item in question. Use it to look up the item's DestinyInventoryItemDefinition. [optional] [default to null]
ItemInstanceId int64 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. [optional] [default to null]
Quantity int32 The amount of the item needed/available depending on the context of where DestinyItemQuantity is being used. [optional] [default to null]
HasConditionalVisibility bool Indicates that this item quantity may be conditionally shown or hidden, based on various sources of state. For example: server flags, account state, or character progress. [optional] [default to null]

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