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
APAltitudeMode.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
25
26} // namespace Script2Game
27
29
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
APAltitudeMode
Altitude modes for the autopilot system.
@ ALT_NONE
Disables all the altitude modes.
@ ALT_FIXED
The autopilot keeps the aircraft at a constant altitude set by AutopilotClass.adjustAltitude(int adde...
@ ALT_VS
The autopilot keeps the aircraft at a constant rate of climb/descent set by AutopilotClass....