WoW API: GetGlyphInfo

From AddOn Studio
Revision as of 04:45, 15 August 2023 by Move page script (talk) (Move page script moved page API GetGlyphInfo to API GetGlyphInfo without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetGlyphInfo

Returns the information about glyphs

name, type = GetGlyphInfo(index)

Parameters

index
Integer - Index of glyph as is shown in the glyph panel. For example: Druid 2=Berserk, 3=Insect swarm etc.

Returns

name
String - The name of the glyph
type
Integer - Type of the glyph (1 - Primal, 2 - Major, 3 - Minor)