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