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