GetActiveTalentGroup

From Warcraft Wiki
Jump to navigation Jump to search

Returns the index of the current active talent group.

index = GetActiveTalentGroup(isInspect, isPet);

Arguments

isInspect
Boolean - If true returns the information for the inspected unit instead of the player.
isPet
Boolean - If true returns the information for the inspected pet.

Returns

index
Number - The index of the current active talent group (1 for primary / 2 for secondary).

Patch changes