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

6 lines
496 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil hasTimer
---Returns whether the player must wait before resurrecting. 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. See GetCorpseRecoveryDelay() for the time remaining until the player can resurrect.
function ResurrectHasTimer() end