WoW:API GetNumUnspentTalents: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "{{wowapi}} {{mop-api}} Returns the number of unspent talents. local numUnspentTalents = GetNumUnspentTalents() == Returns == ; numUnspentTalents : Number - Number of unspen...")
 
m (Move page script moved page API GetNumUnspentTalents to WoW:API GetNumUnspentTalents without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetNumUnspentTalents

Returns the number of unspent talents.

local numUnspentTalents = GetNumUnspentTalents()

Returns

numUnspentTalents
Number - Number of unspent talents -- level-appropriate talent tiers in which the player has not selected a talent.

Patch history

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

See also