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 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[edit]

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

Patch history[edit]

Template:Mists-inline <span style="" title="Patch 5.0.4">Patch 5.0.4</span> (patch date::28-August-2012): Replaced GetUnspentTalentPoints.

See also[edit]