Nasal Flightplan: Difference between revisions

Jump to navigation Jump to search
→‎Flightplan methods: Added list of flightplan methods
(There was an error in fp.insertWP. Added how to insert a waypoint at a defined place into the plan.)
(→‎Flightplan methods: Added list of flightplan methods)
Line 24: Line 24:
; fly_type : How to waypoint should be flown over or reacted to. One of "Hold," "flyOver," or "flyBy."
; fly_type : How to waypoint should be flown over or reacted to. One of "Hold," "flyOver," or "flyBy."
; heading_course : Heading of runway.
; heading_course : Heading of runway.
== Flightplan methods ==
; getWP :
; currentWP :
; nextWP :
; getPlanSize : Returns number of waypoints
; appendWP :
; insertWP :
; deleteWP() :
; insertWPAfter() :
; insertWaypoints() :
; cleanPlan() :
; clearWPType() :
; clone() : Return a copy of the fligthplan.
; pathGeod() :
; finish() :
; indexOfWP() :


== Examples ==
== Examples ==
579

edits

Navigation menu