WoW:API GetCraftReagentItemLink: Difference between revisions
Jump to navigation
Jump to search
(removedapi) |
m (Move page script moved page API GetCraftReagentItemLink to API GetCraftReagentItemLink without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
← WoW API < GetCraftReagentItemLink
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[edit]
- index
- Numeric - index of the requested craft recipe, where 1 is the top-most listed recipe.
- n
- Numeric - index of the Nth reagent for the recipe, where 1 is the first reagent.
Returns[edit]
- reagentLink
- String - itemLink for the requested reagent.
Details[edit]
- If you specify an invalid index, nil is returned.
- If there is no visible tradeskill window, nil is returned.