WoW:API GetPetTrainingPoints: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{wowapi}}, summary, {{Stub/API}})
Line 1: Line 1:
Returns two pieces of information, number of training points used so far, and the total number of points, free and used, the pet hadIn that order.
{{wowapi}} __NOTOC__
 
{{Stub/API}}
----
Returns information about the pet's training.
{{WoW API}}
  pointsUsed, pointsTotal = GetPetTrainingPoints();

Revision as of 00:30, 24 December 2006

WoW API < GetPetTrainingPoints

Returns information about the pet's training.

pointsUsed, pointsTotal = GetPetTrainingPoints();