WoW API: GetTradeskillRepeatCount

From AddOn Studio
Revision as of 19:19, 6 June 2007 by WoWWiki>Ravas (Added GetTradeskillRepeatCount based on the usage in Blizzard_TradeSkillUI.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetTradeskillRepeatCount


Returns the number of times the current item is being crafted.

local repeatCount = GetTradeskillRepeatCount()


Arguments

None


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.