Returns the number of available specializations.
numSpecializations = GetNumSpecializations([isInspect, isPet])
Arguments
- isInspect
- boolean - if true, return information for the inspected unit; false by default
- isPet
- boolean - if true, return information for the player's pet; false by default
If both arguments are false, the function returns information concerning the player.
Returns
- numSpecialization
- number - number of available specializations.
Patch history
Patch 5.0.4 (2012-08-28): Replaced GetNumTalentTabs.