.. default-domain:: java .. highlight:: java .. package:: krpc.client.services.MechJeb StagingController ================= .. type:: public class StagingController .. method:: boolean getEnabled() .. method:: void setEnabled(boolean value) :Game Scenes: Flight .. method:: boolean getAutostagingOnce() .. method:: void setAutostagingOnce(boolean value) 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. .. method:: int getAutostageLimit() .. method:: void setAutostageLimit(int value) Stop at the selected stage - staging will not occur beyond this stage number. :Game Scenes: Flight .. method:: double getAutostagePostDelay() .. method:: void setAutostagePostDelay(double value) The autopilot will pause the actual staging after ? seconds for each stage. :Game Scenes: Flight .. method:: double getAutostagePreDelay() .. method:: void setAutostagePreDelay(double value) The autopilot will pause the actual staging before ? seconds for each stage. :Game Scenes: Flight .. method:: double getClampAutoStageThrustPct() .. method:: void setClampAutoStageThrustPct(double value) :Game Scenes: Flight .. method:: double getFairingMaxAerothermalFlux() .. method:: void setFairingMaxAerothermalFlux(double value) :Game Scenes: Flight .. method:: double getFairingMaxDynamicPressure() .. method:: void setFairingMaxDynamicPressure(double value) :Game Scenes: Flight .. method:: double getFairingMinAltitude() .. method:: void setFairingMinAltitude(double value) :Game Scenes: Flight .. method:: boolean getHotStaging() .. method:: void setHotStaging(boolean value) :Game Scenes: Flight .. method:: double getHotStagingLeadTime() .. method:: void setHotStagingLeadTime(double value) :Game Scenes: Flight