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

5 lines
399 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number timeleft
---Returns the amount of time remaining until the player's spirit is automatically released when dead. Returns -1 if the player died in a dungeon or raid instance; in such cases, the player's spirit will not be released automatically (see RepopMe() to release manually).
function GetReleaseTimeRemaining() end