Class Profession
- Namespace
- GuildWars2.Hero.Training
- Assembly
- GW2SDK.dll
Information about a profession.
public sealed record Profession : IEquatable<Profession>
- Inheritance
-
Profession
- Implements
- Inherited Members
Fields
- AllProfessions
The names of all professions.
Properties
- BigIconHref
The URL of the large profession icon.
- BigIconUrl
The URL of the large profession icon.
- Code
The profession's code which is used in build template chat links.
- Flags
Contains various modifiers for the profession.
- IconHref
The URL of the small profession icon.
- IconUrl
The URL of the small profession icon.
- Id
The profession ID.
- Name
The profession name.
- Skills
The skills that can be trained by this profession. The list type is abstract, the derived types are documented in the Skills namespace.
- SkillsByPalette
The mapping of palette IDs, which are used in build template chat links, to skill IDs. The key is the palette ID, the value is the skill ID.
- SpecializationIds
The IDs of the specializations that belong to this profession.
- Training
The skills and specialization training tracks for this profession.
- Weapons
Information about weapons that can be trained by this profession, the required specialization, and the weapon skills associated with a weapon.