WoW:API GetTalentTabInfo: Difference between revisions
Jump to navigation
Jump to search
add pet info for 3.0.2
(Add 2.3 inspect option.) |
(add pet info for 3.0.2) |
||
| Line 2: | Line 2: | ||
Returns the information of the talent tab (tree) | Returns the information of the talent tab (tree) | ||
''name, iconTexture, pointsSpent, background'' = GetTalentTabInfo( ''tabIndex'' [,''inspect''] ); | ''name, iconTexture, pointsSpent, background'' = GetTalentTabInfo( ''tabIndex'' [[,''inspect''] [,''isPet'']] ); | ||
---- | ---- | ||
| Line 10: | Line 10: | ||
:;inspect : [[Boolean]] - If true returns the information for the inspected unit instead of the player. New with 2.3. | :;inspect : [[Boolean]] - If true returns the information for the inspected unit instead of the player. New with 2.3. | ||
:;isPet : [[Boolean]] - If true then the current pet's talents are examined instead of a player. New with 3.0.2. | |||
---- | ---- | ||
| Line 30: | Line 32: | ||
;''Results'' : Displays the tabIndex number for each tab followed by the name of the tab. | ;''Results'' : Displays the tabIndex number for each tab followed by the name of the tab. | ||
---- | |||
;''Notes'' | |||
Passing a true value for ''isPet'' should only happen if the player is a hunter and there is a pet active. | |||