AchievementCategories Enumeration |
View Project on GitHub
Achievement categories.
Namespace: GW2CSharp.V2.Unauthenticated.Achievement.EnumsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic enum AchievementCategories
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Undefined.
|
| Pvp | 1 |
Can only get progress in PvP or WvW.
|
| CategoryDisplay | 2 |
Is a meta achievement.
|
| MoveToTop | 3 |
Affects in-game UI collation.
|
| IgnoreNearlyComplete | 4 |
Doesn't appear in the "nearly complete" UI.
|
| RepairOnLogin | 5 |
Probably internal tag?.
|
See Also