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''))
 
No edit summary
Line 19: Line 19:
;''Example''
;''Example''
  DoTradeSkill(index, repeat);
  DoTradeSkill(index, repeat);


----
----
{{Template:WoW API}}
{{WoW API}}
 
[[Category:API TradeSkill Functions|GetTradeSkillReagentInfo]]

Revision as of 05:49, 4 January 2006

DoTradeSkill -Documented by shinma-

Performs the tradeskill a specified # of times


Arguments
(Number index, Number repeat)
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