Class CharacterSummary
- Namespace
- GuildWars2.Hero.Accounts
- Assembly
- GW2SDK.dll
Short summary about a player character.
public sealed record CharacterSummary : IEquatable<CharacterSummary>
- Inheritance
-
CharacterSummary
- Implements
- Inherited Members
Properties
- Age
The amount of time played as the current character.
- BodyType
The character's appearance.
- Created
The date and time when the current character was created.
- Deaths
The number of times the current character was fully defeated.
- GuildId
The current guild, or an empty string if the character is not currently representing a guild.
- LastModified
The date and time when this information was last updated.
- Level
The character's level.
- Name
The name of the current character.
- Profession
The profession name of the current character.
- Race
The race selected during creation of the current character.
- TitleId
The selected title ID of the current character.