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
CancellationTokenA token to cancel the request.