WoW:API GetNumTalentTabs
Jump to navigation
Jump to search
Returns the total number of tabs of talents one has.
numTabs = GetNumTalentTabs();
- Returns
- numTabs
- Integer - The number of tabs one has.
- Example
local numTabs = GetNumTalentTabs()
DEFAULT_CHAT_FRAME:AddMessage( numTabs )
- Results
- Displays the number of talents tabs one has.