Files
wow_Meta/api/GetCorpseRecoveryDelay.lua
2025-05-04 15:15:00 +02:00

7 lines
445 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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