Files
wow_Meta/api/GetSpellBaseCooldown.lua
2025-05-04 14:35:26 +02:00

7 lines
183 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param id number
---@return number cooldown
---Returns the base cooldown of a spell
function GetSpellBaseCooldown(id) end