GameTooltip:SetTradeSkillItem

From Warcraft Wiki
Jump to navigation Jump to search

SetTradeSkillItem(this, tradeItemIndex[, reagentIndex]);



Description

This method opens the tooltip window when you hover over objects in the tradeskill window.


Arguments

this A reference to the GameTooltips object

tradeItemIndex The index of the selected item in the recipe list

reagentIndex Index of the selected reagent

Patch changes

  • Legion Patch 7.0.3 (2016-07-19): Replaced by GameTooltip:SetRecipeReagentItem(recipeID, reagentIndex).