WoW API: GetTradeskillRepeatCount

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetTradeskillRepeatCount to API GetTradeskillRepeatCount without leaving a redirect)
(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[edit]

None


Returns[edit]

repeatCount
Number - The number of times the current tradeskill item is being crafted.


Details[edit]

The repeat count is initially set by the optional repeat parameter of DoTradeSkill.