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
CancellationTokenA token to cancel the request.