WoW:API GetCraftInfo: Difference between revisions

removedapi
No edit summary
(removedapi)
Line 1: Line 1:
{{removedapi|3.0|Crafting API was absorbed into [[World of Warcraft API#TradeSkill Functions|Tradeskill API]].
* Equivalent function: {{api|GetTradeSkillInfo}}.}}
{{wowapi}}
{{wowapi}}
   craftName, craftSubSpellName, craftType, numAvailable, isExpanded, trainingPointCost, requiredLevel = GetCraftInfo(index)
   craftName, craftSubSpellName, craftType, numAvailable, isExpanded, trainingPointCost, requiredLevel = GetCraftInfo(index)
Removed in 3.0, use GetTradeSkillInfo() instead


== Parameters ==
== Parameters ==