WoW:API LearnTalent: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Formatting) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Learns the name of a specified talent in a specified tab. | Learns the name of a specified talent in a specified tab. | ||
LearnTalent( | LearnTalent( tabIndex, talentIndex ); | ||
== Parameters == | |||
=== Arguments === | |||
:;tabIndex : Integer - Specifies which tab the talent is in. | :;tabIndex : Integer - Specifies which tab the talent is in. | ||
:;talentIndex : Integer - Specifies which talent to learn | :;talentIndex : Integer - Specifies which talent to learn; 1 for the top-left corner talent, left to right along the first row, and then continues row for row. | ||
Revision as of 19:01, 26 August 2006
← WoW API < LearnTalent
Learns the name of a specified talent in a specified tab.
LearnTalent( tabIndex, talentIndex );
Parameters
Arguments
- tabIndex
- Integer - Specifies which tab the talent is in.
- talentIndex
- Integer - Specifies which talent to learn; 1 for the top-left corner talent, left to right along the first row, and then continues row for row.