Files
wow-weakauras/Meta/api/GetPetExperience.lua
2024-11-07 23:12:37 +01:00

6 lines
214 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number currXP
---@return number nextXP
---Returns information about experience points for the player's pet
function GetPetExperience() end