WoW:API GetCraftReagentItemLink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This command returns a | {{wowapi}} __NOTOC__ | ||
This command returns a required reagent (as an [[itemLink]]) for a specific craftable item from the currently visible tradeskill window. | |||
reagentLink = GetCraftReagentItemLink(index, n) | reagentLink = GetCraftReagentItemLink(index, n) | ||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
:;index : Numeric - | :(index, n) | ||
:;n : Numeric - | |||
:;index : Numeric - index of the requested craft receipt, where 1 is the top-most listed receipt. | |||
:;n : Numeric - index of the Nth reagent for the receipt, where 1 is the first reagent. | |||
=== Returns === | === Returns === | ||
:;reagentLink : String | :;reagentLink : String - [[itemLink]] for the requested reagent. | ||
== Details == | == Details == | ||
* If you specify an invalid index, nil is returned. | |||
* If there is no visible tradeskill window, nil is returned. | |||
[[Category:World of Warcraft API]] | |||
Revision as of 11:30, 28 September 2006
← 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)
Parameters
Arguments
- (index, n)
- index
- Numeric - index of the requested craft receipt, where 1 is the top-most listed receipt.
- n
- Numeric - index of the Nth reagent for the receipt, 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.