Files
wow-weakauras/Meta/api/GetSpellCooldown.lua
2024-11-07 23:12:37 +01:00

13 lines
408 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param bookType spell
---@param pet
---@param spell
---@param name string
---@param id number
---@return number start
---@return number duration
---@return number enable
---Returns cooldown information about a spell in the spellbook
function GetSpellCooldown(index, bookType, pet, spell, name, id) end