WoW:API GetNumTalentTabs: Difference between revisions

m
{{wowapi}}
No edit summary
m ({{wowapi}})
Line 1: Line 1:
{{wowapi}}
Returns the total number of tabs of talents one has.
Returns the total number of tabs of talents one has.


  ''numTabs'' = GetNumTalentTabs();
  numTabs = GetNumTalentTabs();


----
----
Line 16: Line 17:


;''Results'' : Displays the number of talents tabs one has.
;''Results'' : Displays the number of talents tabs one has.
----
{{template:WoW API}}