WoW:API DoTradeSkill

Revision as of 20:14, 11 January 2005 by WoWWiki>Shinma (Performs the tradeskill specified by ''index'' a given # of times (specified by ''repeat''))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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