Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
APHeadingMode.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
14namespace Script2Game {
15
26
27} // namespace Script2Game
28
30
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
APHeadingModes
Heading modes for the autopilot system.
@ HEADING_WLV
The autopilot keeps the wings level.
@ HEADING_NAV
The autopilot flies an instrument landing system (ILS) approach if available. If no ILS is available,...
@ HEADING_FIXED
The autopilot flies a heading set by AutopilotClass.adjustHeading(int addedHeading)
@ HEADING_NONE
Disables all the heading modes.