Wowpedia

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

READ MORE

Wowpedia
mNo edit summary
 
No edit summary
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}}
__NOTOC__
 
{{Template:WoW API}}
 
[[Category:API TradeSkill Functions|GetTradeSkillNumMade]]
 

Revision as of 05:49, 4 January 2006

GetTradeSkillNumMade - Documentation by Flickering

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.

Template:WoW API