Initial commit

This commit is contained in:
2024-12-16 13:13:08 +01:00
commit c8d4f32d5d
3093 changed files with 18304 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---@diagnostic disable: missing-return, lowercase-global
---@param socket number
---@param talentGroup nil
---@param 1
---@param 2
---@param nil
---@return boolean enabled
---@return number glyphType
---@return number glyphTooltipIndex
---@return number glyphSpell
---@return string icon
---Returns information about a glyph socket and its contents. The spell ID referenced in the third return glyphSpell 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 GetGlyphSocketInfo(socket, talentGroup, 1, 2, nil) end