WoW API: GetPetTrainingPoints

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetPetTrainingPoints

Gets the training point information about the current pet.

local totalPoints, pointsSpent = GetPetTrainingPoints();

Returns[edit]

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