5 lines
440 B
Lua
5 lines
440 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number timeLeft
|
|
---Returns the amount of time left until the player can recover their corpse. Applies to resurrection spells offered by other units, resurrecting by returning to the player's corpse as a ghost, and to resurrecting at a graveyard's spirit healer, if the player has recently died several times in short succession.
|
|
function GetCorpseRecoveryDelay() end |