WoW:API GetPrimaryTalentTree: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetPrimaryTalentTree to WoW:API GetPrimaryTalentTree without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetPrimaryTalentTree

Synopsis

Returns your primary talent tree

local talentTabId = GetPrimaryTalentTree(index)

Details

Returns 0 for talentTabId if you have no primary talent tree set yet. Will otherwise return the number of your primary talent tree (1 to 3). Index is 0 for primary spec, and any number greater than 0 for secondary spec.

Patch changes

Template:Mists-inline Patch 5.0.4 (patch date::28-August-2012): Replaced by GetSpecialization.

See also