Files
wow_Meta/api/GetXPExhaustion.lua
2024-12-16 13:13:08 +01:00

5 lines
305 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number exhaustionXP
---Returns the amount of rested bonus experience available. This value increments as the player spends time resting and depletes as the player earns experience from kills while rested.
function GetXPExhaustion() end