Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DestinyVendorItemState

The possible states of Destiny Profile Records. IMPORTANT: Any given item can theoretically have many of these states simultaneously: as a result, this was altered to be a flags enumeration/bitmask for v3.2.0.

This enum represents a set of flags - use bitwise operators to check which of these match your value.

Index

Enumeration members

Complete

Complete: = 4

Deprecated forever (probably). See the description of the "Incomplete" value for the juicy scoop.

Ending

Ending: = 32

This item is only available for a limited time, and that time is approaching.

Featured

Featured: = 16

This item is being "featured", and should be shiny in a different way from items that are merely new.

Incomplete

Incomplete: = 1

Deprecated forever (probably). There was a time when Records were going to be implemented through Vendors, and this field was relevant. Now they're implemented through Presentation Nodes, and this field doesn't matter anymore.

New

New: = 8

This item is considered to be "newly available", and should have some UI showing how shiny it is.

NexusAttention

NexusAttention: = 512

This indicates that you should show some kind of attention-requesting indicator on the item, in a similar manner to items in the nexus that have such notifications.

None

None: = 0

There are no augments on the item.

OnSale

OnSale: = 64

This item is "on sale". Get it while it's hot.

Owned

Owned: = 128

This item is already owned.

RewardAvailable

RewardAvailable: = 2

Deprecated forever (probably). See the description of the "Incomplete" value for the juicy scoop.

WideView

WideView: = 256

This item should be shown with a "wide view" instead of normal icon view.