// The momentary failure rate is tracked per named "trigger" which allows multiple Reliability or FailureTrigger modules to cooperate
 // Returns the total modified failure rate back to the caller for convenience
 public static double SetTriggerMomentaryFailureModifier(Part part, String trigger, double multiplier, PartModule owner)
 {
     return(TestFlightInterface.SetTriggerMomentaryFailureModifierForScope(part, trigger, multiplier, owner, TestFlightInterface.GetScope()));
 }