TaxiNodeName

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns the name of a flight path node.

name = TaxiNodeName(index)

Arguments

index
number - Index of the taxi map node, ascending from 1 to NumTaxiNodes()

Returns

name
string - name of the specified flight point, or "INVALID" if the index is out of bounds.

Details