Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns the instance entrances for a map.

dungeonEntrances = C_EncounterJournal.GetDungeonEntrancesForMap(uiMapID)

Arguments[]

uiMapID
number

Returns[]

dungeonEntrances
structure - DungeonEntranceMapInfo[]
Field Type Description
areaPoiID number Possible values listed at wow.tools
position Vector2DMixin🔗
name string
description string
atlasName string AtlasID used as Texture:SetAtlas(atlasName)
journalInstanceID number Possible values listed at wow.tools

Patch changes[]

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

Advertisement