![]() |
This is no longer a part of the World of Warcraft API.
|
Contents
← WoW API < GetPetTrainingPoints
Gets the training point information about the current pet.
local totalPoints, pointsSpent = GetPetTrainingPoints();
Returns[edit | edit source]
- totalPoints
- Number - The total of points spent and points available.
- pointsSpent
- Number - The number of points spent.
Community content is available under CC-BY-SA unless otherwise noted.