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,9 +1,9 @@
---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param bookType spell
---@param pet
---@param spell
---@return boolean isTalentSpell
---@param index number
---@param bookType spell
---@param pet
---@param spell
---@return boolean isTalentSpell
---Returns true if the given spellbook item was added by an active talent. Used once in the BlizzardUI to determine whether an item in the player's active spellbook should have "Talent" in their subtext. This will not work with inactive spellbook items as their talents aren't currently selected.
function IsTalentSpell(index, bookType, pet, spell) end
function IsTalentSpell(index, bookType, pet, spell) end