Click or drag to resize
AchievementWrapper.GetAll Method
View Project on GitHub
Returns all achievements.

Namespace: GW2CSharp.V2.Unauthenticated.Achievement
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Dictionary<int, Lazy<Achievement>> GetAll()

Return Value

Type: Dictionary<Int32, Lazy<Achievement>>
All Achievments.
See Also