Enum Offhand
- Namespace
- GuildWars2.Hero
- Assembly
- GW2SDK.dll
The offhands which may be required for a weapon skill.
[JsonConverter(typeof(OffhandJsonConverter))]
public enum Offhand
Fields
None = 0
The skill is selected when there is no other skill in the same palette for the current offhand weapon.
Nothing = 1
The skill is selected when the offhand is empty.
Dagger = 2
The skill is selected when a dagger is equipped in the offhand.
Pistol = 3
The skill is selected when a pistol is equipped in the offhand.