→Patch changes
(added Cata API) |
|||
| Line 2: | Line 2: | ||
Returns the total number of tabs of talents one has. | Returns the total number of tabs of talents one has. | ||
numTabs = GetNumTalentTabs([inspect[,pet]]); | local numTabs = GetNumTalentTabs([inspect[,pet]]); | ||
---- | ---- | ||
| Line 81: | Line 81: | ||
unknown C = true | unknown C = true | ||
== Patch changes == | |||
{{Patch 5.0.4|note=Replaced by {{api|GetNumSpecializations}}.}} | |||
== See also == | |||
* {{api|SetActiveSpecGroup}} | |||
* {{api|GetNumSpecGroups}} | |||
* {{api|GetSpecialization}} | |||
* {{api|GetNumUnspentTalents}} | |||
* {{api|GetNumSpecializations}} | |||
* {{api|GetSpecializationInfo}} | |||
* {{api|GetSpecializationRole}} | |||
* {{api|t=e|ACTIVE_TALENT_GROUP_CHANGED}} | |||