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

6 lines
216 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return number cooldown
---Returns the time remaining on a trade skill recipe's cooldown
function GetTradeSkillCooldown(index) end