Nasal Flightplan: Difference between revisions

Line 62: Line 62:
var rwy = dest.runway('19L');
var rwy = dest.runway('19L');
# the the arrival runway (and airport, automatically)
# the the arrival runway (and airport, automatically)
fp.destination_runway(rwy)
fp.destination_runway = rwy;


# or if no runway is known/specified
# or if no runway is known/specified
fp.destination(dest)
fp.destination = dest;
</syntaxhighlight>
</syntaxhighlight>


574

edits