Navigation menu

WoW:API GetTalentTabInfo: Difference between revisions

Jump to navigation Jump to search
no edit summary
(NotifyInspect now fires INSPECT_READY instead of INSPECT_TALENT_READY)
No edit summary
Line 2: Line 2:
Returns the information of the talent tab (tree)
Returns the information of the talent tab (tree)


  id, name, description, iconTexture, pointsSpent, background, previewPointsSpent, isUnlocked = GetTalentTabInfo(tabIndex[, inspect[, isPet]][, talentGroup])
  local id, name, description, iconTexture, pointsSpent, background, previewPointsSpent, isUnlocked = GetTalentTabInfo(tabIndex[, inspect[, isPet]][, talentGroup])


==Arguments==
==Arguments==
Line 47: Line 47:


== Patch changes ==
== Patch changes ==
{{Patch 5.0.4|note=Replaced by {{api|GetSpecializationInfo}}.}}
{{Patch 4.0.1|note=Return values ''id'', ''description'', and ''isUnlocked'' were added.}}
{{Patch 4.0.1|note=Return values ''id'', ''description'', and ''isUnlocked'' were added.}}
== See also ==
* {{api|GetActiveSpecGroup}}
* {{api|SetActiveSpecGroup}}
* {{api|GetNumSpecGroups}}
* {{api|GetSpecialization}}
* {{api|GetNumUnspentTalents}}
* {{api|GetNumSpecializations}}
* {{api|GetSpecializationInfo}}
* {{api|GetSpecializationRole}}
* {{api|t=e|ACTIVE_TALENT_GROUP_CHANGED}}
Anonymous user