WoW:API GetNumTalents: Difference between revisions

m
{{wowapi}}
No edit summary
m ({{wowapi}})
Line 1: Line 1:
{{wowapi}}
Returns the total number of talents in a tab. '''Note:''' This includes learned and unlearned talents.
Returns the total number of talents in a tab. '''Note:''' This includes learned and unlearned talents.


  ''numTalents'' = GetNumTalents( ''tabIndex'' );
  numTalents = GetNumTalents(tabIndex);


----
----
Line 24: Line 25:


;''Results'' : Displays the number of talents for each tab followed by the name of the tab.
;''Results'' : Displays the number of talents for each tab followed by the name of the tab.
----
{{template:WoW API}}