Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

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[]

Advertisement