Files
wow_Meta/api/GetSpellCooldown.lua
2024-12-16 13:13:08 +01:00

13 lines
396 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