B9PartSwitch.ModuleB9PartInfo.DisplayInfoOnSwitcher C# (CSharp) Метод

DisplayInfoOnSwitcher() приватный Метод

private DisplayInfoOnSwitcher ( ModuleB9PartSwitch switcher ) : bool
switcher ModuleB9PartSwitch
Результат bool
        private bool DisplayInfoOnSwitcher(ModuleB9PartSwitch switcher)
        {
            return
                switcher.ChangesMass ||
                switcher.ChangesCost ||
                switcher.PartFieldManaged(SubtypePartFields.MaxTemp) ||
                switcher.PartFieldManaged(SubtypePartFields.SkinMaxTemp) ||
                switcher.PartFieldManaged(SubtypePartFields.CrashTolerance);
        }