WoW:API GetTradeSkillNumMade: Difference between revisions
Jump to navigation
Jump to search
GetTradeSkillNumMade - Documentation by Flickering
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''GetTradeSkillNumMade''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | <center>'''GetTradeSkillNumMade''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | ||
Line 14: | Line 15: | ||
:;minMade : Number - The minimum number of items that will be made. | :;minMade : Number - The minimum number of items that will be made. | ||
:;maxMade : Number - The maximum number of items that will be made. | :;maxMade : Number - The maximum number of items that will be made. | ||
Revision as of 17:26, 6 January 2007
← WoW API < GetTradeSkillNumMade
Get the number of items made in each use of a tradeskill.
minMade, maxMade = GetTradeSkillNumMade(skillId)
Parameters
Arguments
- (skillId)
- skillId
- Number - Which tradeskill to query.
Returns
- minMade, maxMade
- minMade
- Number - The minimum number of items that will be made.
- maxMade
- Number - The maximum number of items that will be made.