C_TaxiMap.GetAllTaxiNodes

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_TaxiMap.GetAllTaxiNodes TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 8.0.1 / 1.13.2
BTNTemp.png GetAllTaxiNodes + 7.0.3

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()