WoW API: GetPetTrainingPoints

WoW API < GetPetTrainingPoints

Gets the training point information about the current pet.

local totalPoints, pointsSpent = GetPetTrainingPoints();

ReturnsEdit

totalPoints
Number - The total of points spent and points available.
pointsSpent
Number - The number of points spent.