Method GetNodesIndex
- Namespace
- GuildWars2.Pve.Home
- Assembly
- GW2SDK.dll
GetNodesIndex(CancellationToken)
Retrieves the IDs of all home gathering nodes.
public Task<(HashSet<string> Value, MessageContext Context)> GetNodesIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.