Nasal Flightplan: Difference between revisions

Jump to navigation Jump to search
→‎Flightplan methods: Added methods/variables that were added/changed in newer Flightgears.
(→‎Flightplan methods: Added methods/variables that were added/changed in newer Flightgears.)
Line 25: Line 25:
; heading_course : Heading of runway.
; heading_course : Heading of runway.


== Flightplan methods ==
== Flightplan methods and variables ==


; getWP :  
; getWP() :  
; currentWP :  
; currentWP() :  
; nextWP :  
; nextWP() :  
; getPlanSize() : Returns number of waypoints
; getPlanSize() : Returns number of waypoints
; appendWP :  
; numWaypoints() :
; appendWP() :  
; insertWP(wp, index) : Pass a waypoint object and its position.
; insertWP(wp, index) : Pass a waypoint object and its position.
; deleteWP() :  
; deleteWP() :  
Line 42: Line 43:
; finish() :  
; finish() :  
; indexOfWP() :
; indexOfWP() :
; destination(airport) : set airport object as destination.
; destination : airport object as destination.
; destination_runway(rwy) : set rwy object as destination and its runway
; destination_runway : rwy object as destination and its runway
; departure : airport object as departure.
; departure_runway : rwy object as departure and its runway
; id :
; sid :
; star :
; sid_trans :
; star_trans :
; approach :
; current :
; aircraftCategory :
; followLegTrackToFix :
; activate() :


== Examples ==
== Examples ==
574

edits

Navigation menu