WoW API: SetActiveSpecGroup

From AddOn Studio
Revision as of 06:18, 15 August 2023 by Bear (talk | contribs) (→‎Patch history)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < SetActiveSpecGroup

Changes the active specialization/talents/glyphs group (dual-spec).

SetActiveSpecGroup(groupIndex)

Arguments[edit]

groupIndex
Number - Specialization group to activate; 1 for primary, 2 for secondary.

Details[edit]

  • This function is not protected, but you can only be change specializations while not in combat.
  • Passing invalid specGroup indices fails silently.

Patch history[edit]

See also[edit]