StagingController

class StagingController
Boolean Enabled { get; set; }
Game Scenes:

Flight

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

Double AutostagePreDelay { get; set; }

The autopilot will pause the actual staging before ? seconds for each stage.

Game Scenes:

Flight

Double ClampAutoStageThrustPct { get; set; }
Game Scenes:

Flight

Double FairingMaxAerothermalFlux { get; set; }
Game Scenes:

Flight

Double FairingMaxDynamicPressure { get; set; }
Game Scenes:

Flight

Double FairingMinAltitude { get; set; }
Game Scenes:

Flight

Boolean HotStaging { get; set; }
Game Scenes:

Flight

Double HotStagingLeadTime { get; set; }
Game Scenes:

Flight