.. default-domain:: cpp .. highlight:: cpp .. namespace:: krpc::services::MechJeb DeployableController ==================== .. class:: DeployableController .. function:: bool all_retracted() Check if all deployable modules of this type are retracted. :returns: True if all modules are retracted; False otherwise :Game Scenes: Flight .. function:: bool auto_deploy() .. function:: void set_auto_deploy(bool value) Automatically deploy modules of this type when controlled by a MechJeb autopilot :Game Scenes: Flight .. function:: void extend_all() Extend all deployable modules of this type. :Game Scenes: Flight .. function:: void retract_all() Retract all deployable modules of this type. :Game Scenes: Flight