WoW:API GameTooltip SetTradeSkillItem

From AddOn Studio
Revision as of 19:39, 30 December 2005 by WoWWiki>Muert
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

Template:WoW API