WoW:API DoTradeSkill: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Performs the tradeskill specified by ''index'' a given # of times (specified by ''repeat''))
 
m (Move page script moved page API DoTradeSkill to API DoTradeSkill without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''DoTradeSkill''' ''-Documented by [[User:shinma|shinma]]-''</center>
{{wowapi}} __NOTOC__
 
Performs the tradeskill a specified # of times
Performs the tradeskill a specified # of times
DoTradeSkill(index, repeat)


----
==Parameters==
;''Arguments''
===Arguments===
 
:;index: Integer - The index of the tradeskill recipe.
:(Number index, Number repeat)
:;repeat: Integer - The number of times to repeat the creation of the specified recipe.
 
:;index: The index of the tradeskill recipe
:;repeat: The number of times to repeat the creation of the specified recipe
 
----
;''Returns''
 
:;nil
 
----
;''Example''
DoTradeSkill(index, repeat);
 
----
{{Template:WoW API}}
 
[[Category:API TradeSkill Functions|GetTradeSkillReagentInfo]]

Latest revision as of 04:45, 15 August 2023

WoW API < DoTradeSkill

Performs the tradeskill a specified # of times

DoTradeSkill(index, repeat)

Parameters[edit]

Arguments[edit]

index
Integer - The index of the tradeskill recipe.
repeat
Integer - The number of times to repeat the creation of the specified recipe.