WoW:API GetTradeskillRepeatCount: Difference between revisions
Jump to navigation
Jump to search
(Added GetTradeskillRepeatCount based on the usage in Blizzard_TradeSkillUI.) |
m (Move page script moved page API GetTradeskillRepeatCount to API GetTradeskillRepeatCount without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:46, 15 August 2023
← 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.