Initial commit
This commit is contained in:
13
api/GetSpellCooldown.lua
Normal file
13
api/GetSpellCooldown.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user