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