Initial commit
This commit is contained in:
5
api/GetReleaseTimeRemaining.lua
Normal file
5
api/GetReleaseTimeRemaining.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user