Enum EquipmentLocation
- Namespace
- GuildWars2.Hero.Equipment.Templates
- Assembly
- GW2SDK.dll
The location of an equipment item.
[JsonConverter(typeof(EquipmentLocationJsonConverter))]
public enum EquipmentLocation
Fields
Equipped = 1
The item is equipped in the current active template.
Armory = 2
The item is equipped in an inactive template.
EquippedFromLegendaryArmory = 3
The item is equipped in the current active template, and it is Legendary.
LegendaryArmory = 4
The item is equipped in an inactive template, and it is Legendary.