Returns hyperlink for a tradeskill recipe. The tooltip produced when resolving the link describes the recipe itself -- its reagents and (if present) description -- in addition to (if applicable) the item created. For a link which only describes the created item, see GetTradeSkillItemLink()
.
See also Tradeskill functions, Hyperlink functions.
Signature:
link
=
GetTradeSkillRecipeLink(index)
Arguments:
index
- Index of a recipe in the trade skill list (between 1 andGetNumTradeSkills()
) (number
)
Returns:
link
- A hyperlink for the trade skill recipe (string
)