WoW API: GetNumSpecializations

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetNumSpecializations

Returns the number of available specializations.

local numSpecializations = GetNumSpecializations(isInspect, isPet)

Arguments[edit]

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[edit]

numSpecialization
Number - number of available specializations.

Patch history[edit]

Template:Mists-inline <span style="" title="Patch 5.0.4">Patch 5.0.4</span> (patch date::28-August-2012): Replaced GetNumTalentTabs.

See also[edit]