Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,10 +1,10 @@
---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return string name
---@return number glyphType
---@return boolean isKnown
---@return string icon
---@return number castSpell
---@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
function GetGlyphInfo(index) end