WoW:API GetGlyphInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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=…")
 
m (Move page script moved page API GetGlyphInfo to API GetGlyphInfo without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

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)