Returns the cost to fly to a given taxi node. 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:
cost
=
TaxiNodeCost(index)
Arguments:
index
- Index of a flight point (between 1 andNumTaxiNodes()
) (number
)
Returns:
cost
- Price of a flight to the given node (in copper) (number
)