Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
This command returns a required reagent (as an itemLink) for a specific craftable item from the currently visible tradeskill window.
reagentLink = GetCraftReagentItemLink(index, n)
Arguments[]
- index
- number - index of the requested craft recipe, where 1 is the top-most listed recipe.
- n
- number - index of the Nth reagent for the recipe, where 1 is the first reagent.
Returns[]
- reagentLink
- string - itemLink for the requested reagent.
Details[]
- If you specify an invalid index, nil is returned.
- If there is no visible tradeskill window, nil is returned.
Patch changes[]
Patch 3.0.2 (2008-10-14): Removed.