List of Nasal extension functions: Difference between revisions

Jump to navigation Jump to search
m
→‎flightplan(): https://gitorious.org/fg/flightgear/commit/0fc2d57211e57ea2f166d1f08dd3b9a765404f37
m (→‎flightplan(): https://gitorious.org/fg/flightgear/commit/0fc2d57211e57ea2f166d1f08dd3b9a765404f37)
Line 336: Line 336:
;course
;course
: the degrees course associated with the navaid, for localiser and ILS stations
: the degrees course associated with the navaid, for localiser and ILS stations
=== <tt>history() </tt> (3.1+) ===
Function to expose flight history as aircraft.history()
Usage:
<syntaxhighlight lang="nasal">
var hist = aircraft.history(); debug.dump(hist.pathForHistory(50));
</syntaxhighlight>


=== <tt>flightplan()</tt> ===
=== <tt>flightplan()</tt> ===

Navigation menu