Files
wow_Meta/api/GetTradeSkillCooldown.lua
2025-05-04 15:15:00 +02:00

8 lines
224 B
Lua

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