StagingController
- class StagingController
-
- Boolean AutostagingOnce { get; set; }
The autostaging mode. If set to true, it will automatically disable itself after one staging action.
- Game Scenes:
Flight
Note
The controller needs to be enabled for this to work.
- Int32 AutostageLimit { get; set; }
Stop at the selected stage - staging will not occur beyond this stage number.
- Game Scenes:
Flight
- Double AutostagePostDelay { get; set; }
The autopilot will pause the actual staging after ? seconds for each stage.
- Game Scenes:
Flight