Method GetHeartsIndex
- Namespace
- GuildWars2.Exploration
- Assembly
- GuildWars2.dll
GetHeartsIndex(int, int, int, int, CancellationToken)
Retrieves the IDs of all hearts on a map.
public Task<(HashSet<int> Value, MessageContext Context)> GetHeartsIndex(int continentId, int floorId, int regionId, int mapId, CancellationToken cancellationToken = default)
Parameters
continentIdintThe continent ID.
floorIdintThe floor ID.
regionIdintThe region ID.
mapIdintThe map ID.
cancellationTokenCancellationTokenA token to cancel the request.