7 lines
303 B
Lua
7 lines
303 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
|