Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia

Returns the total number of talent groups for the player.

num = GetNumTalentGroups([isInspect])

Arguments[]

isInspect
boolean? = false

Returns[]

num
number - The number of talent groups. 1 by default, 2 if Dual Talent Specialization is purchased.

Details[]

  • Using isInspect requires calling NotifyInspect() and awaiting INSPECT_READY. If not done, it returns information for the player instead.
Related API GetNumTalentTabs