Wowpedia

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

READ MORE

Wowpedia
Advertisement

Returns information on taxi nodes for a given map, without considering the current flight master.

mapTaxiNodes = C_TaxiMap.GetTaxiNodesForMap(uiMapID)

Arguments[]

uiMapID
number : UiMapID

Returns[]

mapTaxiNodes
MapTaxiNodeInfo[]
Field Type Description
nodeID number
position Vector2DMixin🔗
name string
atlasName string AtlasID
faction Enum.FlightPathFaction
textureKit string
Enum.FlightPathFaction
Value Field Description
0 Neutral
1 Horde
2 Alliance

Patch changes[]

Shadowlands Patch 9.0.1 (2020-10-13): Added textureKit field.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.

Advertisement