Nasal Flightplan: Difference between revisions

Line 40: Line 40:
; clearWPType(type) : Supply a type string, it will clear all waypoints of the type.
; clearWPType(type) : Supply a type string, it will clear all waypoints of the type.
; clone() : Return a copy of the flightplan.
; clone() : Return a copy of the flightplan.
; pathGeod() :  
; pathGeod() : This is used for graphical display: it’s an array of coordinates which show the path of the plan. This includes holds, procedure turns, turn anticipation and more.
; finish() : Finish the plan. (a call to delegate will be made)
; finish() : Finish the plan. (a call to delegate will be made)
; indexOfWP(wp) : Returns the index of the passed waypoint/leg.
; indexOfWP(wp) : Returns the index of the passed waypoint/leg.
574

edits