WoW:API GetCraftInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 20: Line 20:


{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|GetCraftInfo]]
[[Category:API TradeSkill Functions|GetCraftInfo]]

Revision as of 14:32, 27 August 2005

GetCraftInfo -Documentation by Dalf-
 craftName, craftSubSpellName, craftType, numAvailable, isExpanded = GetCraftInfo(index)

Parameters

Arguments

index
Numeric - 1 to GetNumCrafts()

Returns

craftName
craftSubSpellName
craftType
String - "header" or something else
numAvailable
isExpanded

Template:WoW API