API GetNumTalents
Talk0
98,542pages on
this wiki
this wiki
Returns the total number of talents in a tab. Note: This includes learned and unlearned talents.
local numTalents = GetNumTalents(tabIndex);
- Arguments
- tabIndex
- Integer - Specifies which tab to count the total number of talent points.
- Returns
- numTalents
- Integer - The number of talents in that tab.
Patch changes
Patch 5.0.4 (28 August 2012): Returns 18
.