Obscured constant

DestinyCollectibleState const Obscured

Obscured = 2 If this flag is set, the item is "obscured" to you: you can/should use the alternate item hash found in DestinyCollectibleDefinition.stateInfo.obscuredOverrideItemHash when displaying this collectible instead of the default display info.

Implementation

static const DestinyCollectibleState Obscured = DestinyCollectibleState(2);