Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DestinyItemSubType

This Enumeration further classifies items by more specific categorizations than DestinyItemType. The "Sub-Type" is where we classify and categorize items one step further in specificity: "Auto Rifle" instead of just "Weapon" for example, or "Vanguard Bounty" instead of merely "Bounty".

These sub-types are provided for historical compatibility with Destiny 1, but an ideal alternative is to use DestinyItemCategoryDefinitions and the DestinyItemDefinition.itemCategories property instead. Item Categories allow for arbitrary hierarchies of specificity, and for items to belong to multiple categories across multiple hierarchies simultaneously. For this enum, we pick a single type as a "best guess" fit.

NOTE: This is not all of the item types available, and some of these are holdovers from Destiny 1 that may or may not still exist.

Index

Enumeration members

AutoRifle

AutoRifle: = 6

Bow

Bow: = 31

ChestArmor

ChestArmor: = 28

ClassArmor

ClassArmor: = 30

Crm

Crm: = 16

DEPRECATED. An item can both be CRM and something else.

Crucible

Crucible: = 1

DEPRECATED. Items can be both "Crucible" and something else interesting.

Exotic

Exotic: = 5

DEPRECATED. An item can both be Exotic and something else.

FusionRifle

FusionRifle: = 11

FusionRifleLine

FusionRifleLine: = 22

GauntletsArmor

GauntletsArmor: = 27

GrenadeLauncher

GrenadeLauncher: = 23

HandCannon

HandCannon: = 9

HelmetArmor

HelmetArmor: = 26

LegArmor

LegArmor: = 29

Machinegun

Machinegun: = 8

Mask

Mask: = 19

None

None: = 0

Ornament

Ornament: = 21

PulseRifle

PulseRifle: = 13

RocketLauncher

RocketLauncher: = 10

ScoutRifle

ScoutRifle: = 14

Shader

Shader: = 20

Shotgun

Shotgun: = 7

Sidearm

Sidearm: = 17

SniperRifle

SniperRifle: = 12

SubmachineGun

SubmachineGun: = 24

Sword

Sword: = 18

TraceRifle

TraceRifle: = 25

Vanguard

Vanguard: = 2

DEPRECATED. An item can both be "Vanguard" and something else.