Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns information on taxi nodes at the current flight master.

taxiNodes = C_TaxiMap.GetAllTaxiNodes(uiMapID)

Arguments[]

uiMapID
number : UiMapID

Returns[]

taxiNodes
TaxiNodeInfo[]
Field Type Description
nodeID number
position vector2🔗
name string
state Enum.FlightPathState
slotIndex number
textureKit string : textureKit
useSpecialIcon boolean
specialIconCostString string?
isMapLayerTransition boolean Added in 10.1.0
Enum.FlightPathState
Value Field Description
0 Current
1 Reachable
2 Unreachable

Patch changes[]

Shadowlands Patch 9.2.0 (2022-02-22): Added useSpecialIcon, specialIconCostString fields.
Battle for Azeroth Patch 8.1.0 (2018-12-11): Added uiMapID argument.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Moved to C_TaxiMap.GetAllTaxiNodes()
Legion Patch 7.0.3 (2016-07-19): Added as GetAllTaxiNodes()

Advertisement