WoW:API GetTalentPrereqs: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
''Edit By : Zealic''
''Edit By : Zealic''
  -Function antetype :
  -Function antetype :
Line 22: Line 21:
  Edit this Page at : 2005-08-11
  Edit this Page at : 2005-08-11
  eMail : rszealic(at)gmail.com
  eMail : rszealic(at)gmail.com
{{template:WoW API}}

Revision as of 20:07, 30 December 2005

Edit By : Zealic

-Function antetype :
prereqIconX , prereqIconY = GetTalentPrereqs( tabIndex , talentIndex );
-Args:
Integer tabIndex    : Talent tab index,
Integer talentIndex : Talent index,
-Return:
Integer prereqIconX : Prereq talent point X,
Integer prereqIconY : Prereq talent point Y,
#if not Prereq return nil.
-Example:
--if talent is Warlock
x, y = GetTalentPrereqs(1,14);-- return x = 3, y = 3 


emm...
My english Name is Zealic,come from China
Edit this Page at : 2005-08-11
eMail : rszealic(at)gmail.com

Template:WoW API