Files
wow-weakauras/Meta/api/GetCorpseMapPosition.lua
2024-11-07 23:12:37 +01:00

6 lines
309 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number corpseX
---@return number corpseY
---Returns the position of the player's corpse on the world map. Returns 0,0 if the location of the player's corpse is not visible on the current world map.
function GetCorpseMapPosition() end