WoW:API GetCraftReagentItemLink

From AddOn Studio
Revision as of 15:57, 15 June 2006 by WoWWiki>ScytheBlade1
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This command returns a string, which is an item link.

reagentLink = GetCraftReagentItemLink(index, n);

Parameters

Arguments

index
Numeric - starting at 1 going down to X number of possible crafts, where 1 is the top-most listed craft.
n
Numeric - starting at 1 to X, where X is the total number of reagents said craft requires.

Returns

reagentLink
String. Item link.

Details


Template:WoW API