WoW API: GetPetTrainingPoints
Jump to navigation
Jump to search
This is no longer a part of the World of Warcraft API.
|
← 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.