Table of Contents

Method GetFloorsIndex

Namespace
GuildWars2.Exploration
Assembly
GW2SDK.dll

GetFloorsIndex(int, CancellationToken)

Retrieves all floor IDs of a continent.

public Task<(HashSet<int> Value, MessageContext Context)> GetFloorsIndex(int continentId, CancellationToken cancellationToken = default)

Parameters

continentId int

The continent ID.

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.