Returns the number of options in a talent tab
See also Talent functions.
Signature:
numTalents = GetNumTalents(tabIndex, inspect, pet)
Arguments:
tabIndex- Index of a talent tab (between 1 andGetNumTalentTabs()) (number)inspect- true to return information for the currently inspected unit; false to return information for the player (boolean)pet- true to return information for the player's pet; false to return information for the player (boolean)
Returns:
numTalents- Number of different talent options (number)