WoW:API DoTradeSkill: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{wowapi}}, format, -obvious example) |
||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Performs the tradeskill a specified # of times | Performs the tradeskill a specified # of times | ||
DoTradeSkill(index, repeat) | |||
==Parameters== | |||
===Arguments=== | |||
:;index: Integer - The index of the tradeskill recipe. | |||
:;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 | |||
Revision as of 23:19, 23 December 2006
← WoW API < DoTradeSkill
Performs the tradeskill a specified # of times
DoTradeSkill(index, repeat)
Parameters
Arguments
- index
- Integer - The index of the tradeskill recipe.
- repeat
- Integer - The number of times to repeat the creation of the specified recipe.