Method GetMapChestsIndex
- Namespace
- GuildWars2.Pve.MapChests
- Assembly
- GuildWars2.dll
GetMapChestsIndex(CancellationToken)
Retrieves the IDs of all map chests.
public Task<(HashSet<string> Value, MessageContext Context)> GetMapChestsIndex(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the request.