Fills the tooltip with information about an item created by a trade skill recipe or a reagent in the recipe
Signature:
GameTooltip:SetTradeSkillItem(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()); if omitted, displays a tooltip for the item created by the recipe (number)