ESlotType
The ESlotType enumerated type is used for item placement in displays or on characters, and determines which item slot(s) an equippable item can be placed in. Some assets may only support using specific enumerators.
Enumerators
Named Value |
Description |
---|---|
|
Does not correspond to any slot. Equippables can be hotkeyed. |
|
Corresponds to the “Primary” slot. Equippables can be used from the primary slot. |
|
Corresponds to the “Secondary” slot. Equippables can be used from the primary or secondary slot. |
|
Corresponds to the “Tertiary” slot. This is only used by NPCs. |
|
Corresponds to any/all item slots. Equippables can be used from any slot, or hotkeyed. |