DeployableController

class DeployableController
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

bool auto_deploy()
void set_auto_deploy(bool value)

Automatically deploy modules of this type when controlled by a MechJeb autopilot

Game Scenes:

Flight

void extend_all()

Extend all deployable modules of this type.

Game Scenes:

Flight

void retract_all()

Retract all deployable modules of this type.

Game Scenes:

Flight