WoW API: GetGlyphInfo

From AddOn Studio
Revision as of 15:22, 24 October 2010 by WoWWiki>Mroz123 (Created page with "{{wowapi}} Returns the information about glyphs name, type = GetGlyphInfo(index) == Parameters == :;index : Index of glyph as is shown in the glyph panel. For example: Druid 2=…")
(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)