DeployableController
-
type krpc_MechJeb_DeployableController_t
-
krpc_error_t krpc_MechJeb_DeployableController_AllRetracted(krpc_connection_t connection, bool *result)
Check if all deployable modules of this type are retracted.
- Returns:
True if all modules are retracted; False otherwise
- Game Scenes:
Flight
-
krpc_error_t krpc_MechJeb_DeployableController_AutoDeploy(krpc_connection_t connection, bool *result)
-
void krpc_MechJeb_DeployableController_set_AutoDeploy(bool value)
Automatically deploy modules of this type when controlled by a MechJeb autopilot
- Game Scenes:
Flight
-
krpc_error_t krpc_MechJeb_DeployableController_ExtendAll(krpc_connection_t connection)
Extend all deployable modules of this type.
- Game Scenes:
Flight
-
krpc_error_t krpc_MechJeb_DeployableController_RetractAll(krpc_connection_t connection)
Retract all deployable modules of this type.
- Game Scenes:
Flight
-
krpc_error_t krpc_MechJeb_DeployableController_AllRetracted(krpc_connection_t connection, bool *result)