AchievementWrapperGet Method (Int32, RequestedLanguage) |
View Project on GitHub
Returns achievement that matches the id.
Namespace: GW2CSharp.V2.Unauthenticated.AchievementAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Achievement Get(
int id,
RequestedLanguage requestedLanguage
)
Parameters
- id
- Type: SystemInt32
The achievement id. - requestedLanguage
- Type: GW2CSharp.EnumsRequestedLanguage
Language in which the object should be.
Return Value
Type:
AchievementAchievment that matches the id.
See Also