5 lines
395 B
Lua
5 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 |