Method GetRegionsIndex
- Namespace
- GuildWars2.Exploration
- Assembly
- GW2SDK.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
continentId
intThe continent ID.
floorId
intThe floor ID.
cancellationToken
CancellationTokenA token to cancel the request.