Method GetSectorsIndex
- Namespace
- GuildWars2.Exploration
- Assembly
- GW2SDK.dll
GetSectorsIndex(int, int, int, int, CancellationToken)
Retrieves the IDs of all sectors on a map.
public Task<(HashSet<int> Value, MessageContext Context)> GetSectorsIndex(int continentId, int floorId, int regionId, int mapId, CancellationToken cancellationToken = default)
Parameters
continentId
intThe continent ID.
floorId
intThe floor ID.
regionId
intThe region ID.
mapId
intThe map ID.
cancellationToken
CancellationTokenA token to cancel the request.