C_TradeSkillUI.GetRecipeRepeatCount

From Warcraft Wiki
Jump to navigation Jump to search

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