WoW:API GetNumSpecGroups: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{wowapi}} Returns the number of specialization group (dual specs) the player has. local numSpecGroups = GetNumSpecGroups() == Returns == ; numSpecGroups : Number - number o...") |
m (Move page script moved page API GetNumSpecGroups to WoW:API GetNumSpecGroups without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:46, 15 August 2023
Returns the number of specialization group (dual specs) the player has.
local numSpecGroups = GetNumSpecGroups()
Returns
- numSpecGroups
- Number - number of available specialization groups; 1 for characters that have not learned dual-specializations, 2 for those that have.
Patch history
Template:Mists-inline Patch 5.0.4 (patch date::28-August-2012): Replaced GetNumTalentGroups.