WoW:API GetTalentInfo: Difference between revisions

m
{{wowapi}}
No edit summary
m ({{wowapi}})
Line 1: Line 1:
{{wowapi}}
Returns information about a specified talent in a specified tab.  
Returns information about a specified talent in a specified tab.  


  ''nameTalent'' , ''iconPath'' , ''tier'' , ''column'' , ''currentRank'' , ''maxRank'', ''isExceptional'', ''meetsPrereq'' = GetTalentInfo( ''tabIndex'' , ''talentIndex'' );
  nameTalent, iconPath, tier, column, currentRank, maxRank, isExceptional, meetsPrereq = GetTalentInfo(tabIndex, talentIndex);


----
----
Line 38: Line 39:


;''Results'' : Displays the tab name then the talents name and current/maximum ranks for each talent in each tab.
;''Results'' : Displays the tab name then the talents name and current/maximum ranks for each talent in each tab.
----
{{Template:WoW API}}