WoW:API GetCraftInfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
:;craftType : String - "header" or something else
:;craftType : String - "header" or something else


:;numAvailable
:;numAvailable : This is the number of enchants you can perform with the reagents you got in your inventory (the number is also shown in the UI).


:;isExpanded
:;isExpanded

Revision as of 20:47, 11 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
This is the number of enchants you can perform with the reagents you got in your inventory (the number is also shown in the UI).
isExpanded



Template:WoW API