Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
m (catfix, Replaced: {{widgetmethod}} → {{widgetmethod}}<br>)
m (catfix, Replaced: {{widgetmethod}}<br> → {{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}<br>
+
{{widgetmethod}}
 
Shows the tooltip for the specified talent.
 
Shows the tooltip for the specified talent.
 
GameTooltip:SetTalent(tabIndex,talentIndex);
 
GameTooltip:SetTalent(tabIndex,talentIndex);

Revision as of 00:03, 15 July 2008

Shows the tooltip for the specified talent.

GameTooltip:SetTalent(tabIndex,talentIndex);
Arguments
(tabIndex, talentIndex)
tabIndex
Number - the index of the talent tab
talentIndex
Number - the index of the talent on the tab
Returns
unknown