Nasal Flightplan: Difference between revisions

(→‎Background: Added how to create new empty plan.)
Line 9: Line 9:
* {{func link|flightplan()}} - return the active plan.
* {{func link|flightplan()}} - return the active plan.
* {{func link|airwaysRoute()}}
* {{func link|airwaysRoute()}}
* {{func link|createFlightplan()}} - creates new empty plan.
* {{func link|createFlightplan()}} - creates new empty plan. A path can be supplied to load a plan from xml.


Flight plans are based on waypoints, which, in C++, inherit from the {{API Link|flightgear|class|FGPositioned}} class.
Flight plans are based on waypoints, which, in C++, inherit from the {{API Link|flightgear|class|FGPositioned}} class.
574

edits