Table of Contents

Method GetAbilitiesIndex

Namespace
GuildWars2.Wvw
Assembly
GW2SDK.dll

GetAbilitiesIndex(CancellationToken)

Retrieves the IDs of all World Abilities.

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

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.