Method GetRegionsIndex
- Namespace
- GuildWars2.Exploration
- Assembly
- GuildWars2.dll
GetRegionsIndex(int, int, CancellationToken)
Retrieves the IDs of all regions on a floor.
public Task<(HashSet<int> Value, MessageContext Context)> GetRegionsIndex(int continentId, int floorId, CancellationToken cancellationToken = default)
Parameters
continentIdintThe continent ID.
floorIdintThe floor ID.
cancellationTokenCancellationTokenA token to cancel the request.