Files
wow_Meta/api/GetGlyphInfo.lua
2025-05-04 14:35:26 +02:00

11 lines
627 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string name
---@return number glyphType
---@return boolean isKnown
---@return string icon
---@return number castSpell
---Returns information about a glyph in the glyph list. This function is used to iterate through all the glyphs the current class can use, whether known or not. The spell ID referenced in the fifth return castSpell refers to the spell used to put the glyph in the socket -- not the Inscription spell that creates a glyph item, but the spell associated with that item's "Use:" effect.
function GetGlyphInfo(index) end