Click or drag to resize
AchievementWrapperGetMultiple Method (RequestedLanguage, Int32)
View Project on GitHub
Returns all achievements that match the ids.

Namespace: GW2CSharp.V2.Unauthenticated.Achievement
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Dictionary<int, Lazy<Achievement>> GetMultiple(
	RequestedLanguage requestedLanguage,
	params int[] ids
)

Parameters

requestedLanguage
Type: GW2CSharp.EnumsRequestedLanguage
Language in which the object should be.
ids
Type: SystemInt32
The achievement ids.

Return Value

Type: DictionaryInt32, LazyAchievement
Achievements that match the ids.
See Also