Nasal Flightplan: Difference between revisions

→‎Flightplan methods and variables: Second name for pathGeod
(→‎Flightplan methods and variables: Second name for pathGeod)
Line 48: Line 48:
; 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() : 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.
; pathGeod() or pointAlongRoute() : (function has two associated names). 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.
842

edits