WoW:API GetPrimaryTalentTree: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Synopsis == Returns your primary talent tree talentTabId = GetPrimaryTalentTree() == Remarks == Returns 0 for talentTabId if you have no primary talent tree set yet.") |
(Added parameter info.) |
||
Line 2: | Line 2: | ||
Returns your primary talent tree | Returns your primary talent tree | ||
talentTabId = GetPrimaryTalentTree() | talentTabId = GetPrimaryTalentTree(index) | ||
== Remarks == | == Remarks == | ||
Returns 0 for talentTabId if you have no primary talent tree set yet. | 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. |
Revision as of 04:15, 16 April 2011
Synopsis
Returns your primary talent tree
talentTabId = GetPrimaryTalentTree(index)
Remarks
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.