{ //IMyShipController API wrapper //PROPERTIES: ///public static void SetControlThrusters(IMyShipController shipController, bool controlThrusters){ /// shipController.SetValue<bool>("ControlThrusters", controlThrusters); ///} ///public static void SetControlWheels(IMyShipController shipController, bool controlWheels){ /// shipController.SetValue<bool>("ControlWheels", controlWheels); ///} public static void SetHandBrake(IMyShipController shipController, bool handBrake) { shipController.SetValue <bool>("HandBrake", handBrake); }