Class Character
- Namespace
- GuildWars2.Hero.Accounts
- Assembly
- GW2SDK.dll
Information about a player character.
public sealed record Character : IEquatable<Character>
- Inheritance
-
Character
- Implements
- Inherited Members
Fields
- AllBodyTypes
The names of all body types.
Properties
- ActiveBuildTemplateNumber
The active build template number on the current character.
- ActiveEquipmentTemplateNumber
The active equipment template number on the current character.
- Age
The amount of time played as the current character.
- Backstory
The IDs of the answers to backstory questions that were selected during creation of the current character.
- Bags
The current character's bags, sorted by in-game order. Enumerated values can contain
null
when some bag expansion slots are empty.
- BodyType
The character's appearance.
- BuildTemplates
All the build templates of the current character.
- BuildTemplatesCount
The number of build templates available to the current character.
- CraftingDisciplines
The crafting disciplines of the current character.
- Created
The date and time when the current character was created.
- Deaths
The number of times the current character was fully defeated.
- EquipmentTemplates
All the equipment templates of the current character.
- EquipmentTemplatesCount
The number of equipment templates available to the current character.
- EquippedItems
All the items equipped by the current character. This includes items from all equipment templates, not just the current template.
- Flags
Additional facts about the current character that did not fit anywhere else.
- 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.
- Recipes
The IDs of the recipes that the current character has unlocked.
- TitleId
The selected title ID of the current character.
- Training
The current character's hero point progression.
- WvwAbilities
The trained WvW abilities and their rank.