WoW:API GetPetTrainingPoints: Difference between revisions

m
Move page script moved page API GetPetTrainingPoints to WoW:API GetPetTrainingPoints without leaving a redirect
(Updated to not be a stub. Fixed the order of return values.)
m (Move page script moved page API GetPetTrainingPoints to WoW:API GetPetTrainingPoints without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{removedapi|3.0|Pets now have talents rather than trainable skills.}}
 
{{wowapi}}
 
Gets the training point information about the current pet.
Gets the training point information about the current pet.
  local totalPoints, pointsSpent = GetPetTrainingPoints();
  local totalPoints, pointsSpent = GetPetTrainingPoints();
== Arguments ==
:None


== Returns ==
== Returns ==
:totalPoints, pointsSpent
;totalPoints : Number - The total of points spent and points available.
 
;pointsSpent : Number - The number of points spent.
:;totalPoints : Number - The total of points spent and points available.
:;pointsSpent : Number - The number of points spent.
Anonymous user