Click or drag to resize
AchievementWrapperGet Method (Int32)
View Project on GitHub
Returns achievement that matches the id.

Namespace: GW2CSharp.V2.Unauthenticated.Achievement
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Achievement Get(
	int id
)

Parameters

id
Type: SystemInt32
The achievement id.

Return Value

Type: Achievement
Achievment that matches the id.
See Also