Class BuildTemplateLink
- Namespace
- GuildWars2.Chat
- Assembly
- GW2SDK.dll
Represents a build template chat link.
public sealed record BuildTemplateLink : Link, IEquatable<Link>, IEquatable<BuildTemplateLink>
- Inheritance
-
BuildTemplateLink
- Implements
- Inherited Members
Properties
- AquaticSkills
The selected sklls while underwater.
- Legends
The selected legends (Revenant only).
- Pets
The selected pet skills (Ranger only).
- Profession
The profession.
- SkillOverrides
The skill IDs of weapon skill overrides.
- Skills
The selected skills.
- Specialization1
The first specialization.
- Specialization2
The second specialization.
- Specialization3
The third specialization.
- Weapon1
The first kind of weapon used in this build.
- Weapon2
The second kind of weapon used in this build.
- Weapon3
The third kind of weapon used in this build.
Methods
- GetBuild(Gw2Client, Language?, MissingMemberBehavior, CancellationToken)
Gets the build represented by this chat link.
- Parse(ReadOnlySpan<char>)
Converts a chat link code to a chat link object.
- Parse(string)
Converts a chat link code to a chat link object.
- ToString()
Converts the chat link object to a string that can be sent in chat.