TaxiNodeGetType

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

Returns the type of a flight path node.

type = TaxiNodeGetType(index)

Arguments

index
number - Taxi map node index, ascending from 1 to NumTaxiNodes().

Returns

type
string - "CURRENT" for the player's current position, "REACHABLE" for nodes that can be travelled to, "DISTANT" for nodes that can't be travelled to, and "NONE" if the index is out of bounds.

Details

See also