AchievementWrapperGetMultiple Method (Int32) |
View Project on GitHub
Returns all achievements that match the ids.
Namespace: GW2CSharp.V2.Unauthenticated.AchievementAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Dictionary<int, Lazy<Achievement>> GetMultiple(
params int[] ids
)
Parameters
- ids
- Type: SystemInt32
The achievement ids.
Return Value
Type:
DictionaryInt32,
LazyAchievementAchievements that match the ids.
See Also