Talk:API GetCurrentMapAreaID

From Warcraft Wiki
Jump to navigation Jump to search

BfA info

  • Function will be replaced in 8.0
mapInfo = C_Map.GetMapInfo(storyMapID || mapID)
  • mapInfo is a table
  • example output for C_Map.GetMapInfo(84)
{
   mapID = 84,
   mapType = 3,
   name = "Stormwind City",
   parentMapID = 13
}

Hizuro T C L ] 21:40, 26 April 2018 (UTC)