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

7 lines
400 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number repeatCount
---Returns the number of times the trade skill recipe currently being performed will repeat. Returns 1 if a recipe is not being performed; after DoTradeSkill() is called, returns the number of repetitions queued (which decrements as each repetition is finished).
function GetTradeskillRepeatCount() end