wowpedia
Main Menu


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

Legion Patch 7.0.3 (2016-07-19): Moved from GetTradeskillRepeatCount to C_TradeSkillUI.GetRecipeRepeatCount.