AbstractPartModuleCheckSettingsConsistency Method |
Verifies that all part's settings are consistent.
Namespace:
KSPDev.PartUtils
Assembly:
KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
Remarks
If there are contradicting settings detected, they must be fixed so that the part could behave
consistently. A warning must be logged to point out what was fixed and to what value.
Implementations may call this method multiple times at different stages. At the very least
it's called on the module load, but this must not be assumed the only use-case.
See Also