Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns the position of a flight point on the taxi map.

x,y = TaxiNodePosition(index)

Arguments[]

index

  • index of a flight point between 1 and NumTaxiNodes()

Returns[]

x

  • Horizontal coordinate of the taxi note (as a proportion of the taxi map's width; 0 = left edge, 1 = right edge)

y

  • Vertical coordinate of the taxi note (as a proportion of the taxi map's width; 0 = bottom edge, 1 = top edge)

Example
local x,y = TaxiNodePosition(1);
Advertisement