Table of Contents

Method GetGlyphsIndex

Namespace
GuildWars2.Pve.Home
Assembly
GW2SDK.dll

GetGlyphsIndex(CancellationToken)

Retrieves the IDs of all homestead glyphs.

public Task<(HashSet<string> Value, MessageContext Context)> GetGlyphsIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.