2,733
edits
Red Leader (talk | contribs) m (→aircraft.history() (3.2+): Heading level) |
Red Leader (talk | contribs) (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() | * {{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() | 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. |