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

7 lines
355 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number graveyardX
---@return number graveyardY
---Returns the location of the graveyard where the player's spirit will appear upon release. Returns 0,0 if the player is not dead or the graveyard's location is not visible on the current world map.
function GetDeathReleasePosition() end