Nasal Flightplan: Difference between revisions

Jump to navigation Jump to search
Update {{func link}} form
(Update {{func link}} form)
Line 8: Line 8:
The Nasal functions relating to the route manager system include:
The Nasal functions relating to the route manager system include:
* {{func link|flightplan()}}
* {{func link|flightplan()}}
* {{func link|airwaysRoute()|page=Nasal library}}
* {{func link|airwaysRoute()}}


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.


== Waypoint hashes ==
== Waypoint hashes ==
The following are members of a waypoint ghost, as generated by, for example, {{func link|airwaysRoute()|page=Nasal library}}:
The following are members of a waypoint ghost, as generated by, for example, {{func link|airwaysRoute()}}:


; wp_name : Name of the waypoint, returned as string.
; wp_name : Name of the waypoint, returned as string.

Navigation menu