Nasal library: Difference between revisions

Line 1,038: Line 1,038:
     print(wp.wp_name); # print the waypoints in the computed route
     print(wp.wp_name); # print the waypoints in the computed route
}
}
}}
=== airway() ===
{{Nasal doc
|syntax = airwaysRoute(ident [, pos]);
|source = {{flightgear file|src/Scripting/NasalPositioned.cxx|l=2644|t=Source}}
|text = {{see also|Nasal Flightplan}}
This function returns a ghost containing an airway of a specified id.
|param1 = ident
|param1text = Identifier of airway
|param2 = pos
|param1text = a Positioned ghost (leg, navaid, airport) and so on, passed to the search function.
}}
}}


842

edits