WoW:API GetCraftInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 19: Line 19:
:;isExpanded
:;isExpanded


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

Revision as of 05:47, 4 January 2006

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