Table of Contents

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 int

The continent ID.

floorId int

The floor ID.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<int> Value, MessageContext Context)>

A task that represents the API request.