WoW API: GetGlyphInfo
← WoW API < GetGlyphInfo
Returns the information about glyphs
name, type = GetGlyphInfo(index)
ParametersEdit
- index
- Integer - Index of glyph as is shown in the glyph panel. For example: Druid 2=Berserk, 3=Insect swarm etc.
ReturnsEdit
- name
- String - The name of the glyph
- type
- Integer - Type of the glyph (1 - Primal, 2 - Major, 3 - Minor)