m
Move page script moved page API GetNumTalents to WoW:API GetNumTalents without leaving a redirect
mNo edit summary |
m (Move page script moved page API GetNumTalents to WoW:API GetNumTalents without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
Returns the total number of talents in a tab. '''Note:''' This includes learned and unlearned talents. | Returns the total number of talents in a tab. '''Note:''' This includes learned and unlearned talents. | ||
numTalents = GetNumTalents(tabIndex | local numTalents = GetNumTalents(tabIndex); | ||
---- | ---- | ||
| Line 8: | Line 8: | ||
:;tabIndex : Integer - Specifies which tab to count the total number of talent points. | :;tabIndex : Integer - Specifies which tab to count the total number of talent points. | ||
---- | ---- | ||
| Line 16: | Line 14: | ||
:;numTalents : Integer - The number of talents in that tab. | :;numTalents : Integer - The number of talents in that tab. | ||
== Patch changes == | |||
{{Patch 5.0.4|note=Returns 18}}. | |||