WoW:API GetTalentPrereqs: Difference between revisions

removed code block
No edit summary
(removed code block)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}


<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Returns the tier and column of a talent's prerequisite, and if the talent is learnable.
Returns the tier and column of a talent's prerequisite, and if the talent is learnable.
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
tier, column, isLearnable = GetTalentPrereqs( tabIndex , talentIndex );
{{Code/Begin}}
tier, column, isLearnable = GetTalentPrereqs( tabIndex , talentIndex );
{{Code/End}}
 


== Parameters ==
== Parameters ==
Anonymous user