WoW:API DoTradeSkill: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API DoTradeSkill to API DoTradeSkill without leaving a redirect)
 
(One intermediate revision by one other user 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);
or
DoTradeSkill(75); - craft a mooncloth on my char (all trainer recipes only)
 
 
----
{{WoW API}}

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.