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