public static double GetFlightDataForScope(Part part, String scope) { ITestFlightCore core = TestFlightInterface.GetCore(part); if (core == null) { return(0); } return(core.GetFlightDataForScope(scope)); }