Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
mNo edit summary
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  +
{{wowapi}}
<center>'''GetTradeSkillNumMade''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
 
   
 
Get the number of items made in each use of a tradeskill.
 
Get the number of items made in each use of a tradeskill.
Line 14: Line 14:
 
:;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.
 
----
 
{{WoW API}}
 

Revision as of 18:09, 2 November 2007

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.