Returns the position of a flight point on the taxi map. Only returns valid data while interacting with a flight master (i.e. between the TAXIMAP_OPENED and TAXIMAP_CLOSED events).


See also Taxi/Flight functions.

Signature:

x, y = TaxiNodePosition(index)

Arguments:

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

Returns:

  • x - Horizontal coordinate of the taxi node (as a proportion of the taxi map's width; 0 = left edge, 1 = right edge) (number)
  • y - Vertical coordinate of the taxi node (as a proportion of the taxi map's height; 0 = bottom, 1 = top) (number)