API GetGlyphClearInfo

From Warcraft Wiki
Jump to navigation Jump to search

Returns information about the current cost of removing a glyph.

name, count, icon, spellId, cost = GetGlyphClearInfo()

Returns

name
String - Reagent item name.
count
Number - Amount of the reagent the player currently has available.
icon
String - Reagent texture path.
spellId
Number - Spell ID of the spell removing a glyph.
cost
Number - Amount of the reagent required to remove a glyph.

See also