Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the number of times the current item is being crafted.
local repeatCount = C_TradeSkillUI.GetRecipeRepeatCount()
Returns[]
- repeatCount
- number - The number of times the current tradeskill item is being crafted.
Details[]
- The repeat count is initially set by the optional repeat parameter of DoTradeSkill.
Patch changes[]
Patch 7.0.3 (2016-07-19): Moved from GetTradeskillRepeatCount to C_TradeSkillUI.GetRecipeRepeatCount.