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 andNumTaxiNodes()
) (number
)
Returns:
type
- Type of the flight point (string
)CURRENT
- The player's current locationDISTANT
- Unreachable from the current locationNONE
- Not currently in useREACHABLE
- Reachable from the current location (directly or through other nodes)