C_DeathInfo.GetCorpseMapPosition

From Warcraft Wiki
Jump to navigation Jump to search

Returns the location of the player's corpse on the map.

position = C_DeathInfo.GetCorpseMapPosition(uiMapID)

Arguments

uiMapID
number : UiMapID

Returns

position
Vector2DMixin?🔗 - Returns nil when there is no corpse.

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.