Returns the type of a flight pont. 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:

type = TaxiNodeGetType(index)

Arguments:

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

Returns:

  • type - Type of the flight point (string)
    • CURRENT - The player's current location
    • DISTANT - Unreachable from the current location
    • NONE - Not currently in use
    • REACHABLE - Reachable from the current location (directly or through other nodes)