Table of Contents

Method GetDecorationsIndex

Namespace
GuildWars2.Pve.Home
Assembly
GW2SDK.dll

GetDecorationsIndex(CancellationToken)

Retrieves the IDs of all homemestead decorations.

public Task<(HashSet<int> Value, MessageContext Context)> GetDecorationsIndex(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.