Returns a hyperlink for a reagent in a tradeskill recipe
See also Tradeskill functions, Hyperlink functions.
Signature:
link
=
GetTradeSkillReagentItemLink(skillIndex,
reagentIndex)
Arguments:
skillIndex
- Index of a recipe in the trade skill list (between 1 andGetNumTradeSkills()
) (number
)reagentIndex
- Index of a reagent in the recipe (between 1 andGetTradeSkillNumReagents()
) (number
)
Returns:
link
- A hyperlink for the reagent item (string
, hyperlink)