Files
wow_Meta/api/GetReleaseTimeRemaining.lua
2025-05-04 14:35:26 +02:00

6 lines
395 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