Translatron
-
class Translatron
The Translatron module controls the vessel’s throttle/velocity.
-
TranslatronMode mode()
-
void set_mode(TranslatronMode value)
Current translatron mode.
- Game Scenes:
Flight
-
double translation_speed()
-
void set_translation_speed(double value)
Speed which trasnlatron will hold
- Game Scenes:
Flight
-
bool kill_horizontal_speed()
-
void set_kill_horizontal_speed(bool value)
Kill horizontal speed
- Game Scenes:
Flight
-
void panic_switch()
Abort mission by seperating all but the last stage and activating landing autopilot.
- Game Scenes:
Flight
-
TranslatronMode mode()
-
enum struct TranslatronMode
-
enumerator off
Switch off Translatron.
-
enumerator keep_orbital
Keep orbital velocity.
-
enumerator keep_surface
Keep surface velocity.
-
enumerator keep_vertical
Keep vertical velocity (climb/descent speed).
-
enumerator keep_relative
Internal mode, do not set.
-
enumerator direct
Internal mode, do not set.
-
enumerator off