6 lines
305 B
Lua
6 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
|