Table of Contents

Property WeaponType

Namespace
GuildWars2.Hero.Builds
Assembly
GW2SDK.dll

WeaponType

Indicates the type of weapon associated with this skill. This is typically the weapon you need to equip to access the skill. It is also used to indicate the weapon type of skills granted by bundles or transformations. If the skill is not associated with any weapon, like pet skills, this property is None.

public required Extensible<WeaponType> WeaponType { get; init; }

Property Value

Extensible<WeaponType>