DeployableController
- public class DeployableController
- boolean allRetracted()
Check if all deployable modules of this type are retracted.
- Returns:
True if all modules are retracted; False otherwise
- Game Scenes:
Flight
- boolean getAutoDeploy()
- void setAutoDeploy(boolean value)
Automatically deploy modules of this type when controlled by a MechJeb autopilot
- Game Scenes:
Flight
- void extendAll()
Extend all deployable modules of this type.
- Game Scenes:
Flight
- void retractAll()
Retract all deployable modules of this type.
- Game Scenes:
Flight