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

7 lines
460 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return 1nil inRange
---Returns whether the player is in range of a spirit healer. Usable following the CONFIRM_XP_LOSS event which fires upon speaking to a spirit healer while dead and choosing the option to immediately resurrect. Used in the default UI to hide the confirmation window for such if the player moves too far away from the spirit healer.
function CheckSpiritHealerDist() end