Class Skill
- Namespace
- GuildWars2.Hero.Builds
- Assembly
- GW2SDK.dll
The base type for skills. Cast objects of this type to a more specific type to access more properties.
public record Skill : IEquatable<Skill>
- Inheritance
-
Skill
- Implements
- Derived
- Inherited Members
Properties
- Categories
The skill category as displayed in the tooltip.
- ChatLink
The chat code of the skill. This can be used to link the skill in the chat, but also in guild or squad messages.
- Description
The description as it appears in the tooltip of the skill.
- Facts
The list of skill behaviors. For example, if the current skill is a ranged attack, this list will contain a Range to indicate the maximum range. The list type is abstract, the derived types are documented in the Facts namespace.
- IconHref
The URL of the skill icon.
- IconUrl
The URL of the skill icon.
- Id
The skill ID.
- Name
The name of the skill.
- SkillFlags
Contains various modifiers that affect how skills behave.
- TraitedFacts
Some specialization traits can alter this skill's Facts, modifying their behavior or adding new behaviors. This list contains the overrides that apply when a certain trait is equipped.
Methods
- GetChatLink()
Gets a chat link object for this skill.