Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

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.

Advertisement