Method GetLegendaryItemsIndex
- Namespace
- GuildWars2.Hero.Equipment.Templates
- Assembly
- GW2SDK.dll
GetLegendaryItemsIndex(CancellationToken)
Retrieves the IDs of all legendary items.
public Task<(HashSet<int> Value, MessageContext Context)> GetLegendaryItemsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.