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

6
api/IsPlayerSpell.lua Normal file
View File

@@ -0,0 +1,6 @@
---@diagnostic disable: missing-return, lowercase-global
---@param spellID number
---@return boolean isPlayerSpell
---Returns true if the spell is available to the player's current specialization and talents. This does not check any immediate circumstances that would prevent the casting action itself; only that the spell is available within the constraints of active specialization/talent choices. Used by BlizzardUI to determine the drawing of several class-specific power indicators such as Eclipse and Burning Embers.
function IsPlayerSpell(spellID) end