C_DeathInfo.GetGraveyardsForMap

From Warcraft Wiki
Jump to navigation Jump to search

Returns graveyard info and location for a map.

graveyards = C_DeathInfo.GetGraveyardsForMap(uiMapID)

Arguments

uiMapID
number : UiMapID

Returns

graveyards
GraveyardMapInfo[]
Field Type Description
areaPoiID number AreaPOI.ID
position Vector2DMixin🔗
name string
textureIndex number
graveyardID number
isGraveyardSelectable boolean

Patch changes

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