Table of Contents

Method GetHeartsIndex

Namespace
GuildWars2.Exploration
Assembly
GW2SDK.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

continentId int

The continent ID.

floorId int

The floor ID.

regionId int

The region ID.

mapId int

The map ID.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<int> Value, MessageContext Context)>

A task that represents the API request.