Table of Contents

Class AccountAchievement

Namespace
GuildWars2.Hero.Achievements
Assembly
GW2SDK.dll

Information about achievement progress made on the account.

[JsonConverter(typeof(AccountAchievementJsonConverter))]
public sealed record AccountAchievement : IEquatable<AccountAchievement>
Inheritance
AccountAchievement
Implements
Inherited Members

Properties

Bits

The IDs of the achievement bits that have been completed.

Current

The current number of things completed. Context is required to understand this number. For example if it is a Slayer achievement, this would be the number of things already slayed.

Done

Whether the achievement has been completed.

Id

The achievement ID.

Max

The total number of things required to complete the achievement. Context is required to understand this number. For example if it is a Slayer achievement, this would be the total number of kills required.

Repeated

How many times the achievement has been repeated.

Unlocked

Whether the achievement has been unlocked for the account.