Returns the name of a flight point. 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:
name
=
TaxiNodeName(index)
Arguments:
index
- Index of a flight point (between 1 andNumTaxiNodes()
) (number
)
Returns:
name
- Name of the taxi node (string
)