Click or drag to resize

ConfigNodePatchUpgradeSectionmoduleRules Field

Patching rules for the module configs.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
[PersistentFieldAttribute("MODULE", isCollection = true)]
public List<ConfigNodePatchUpgradeSectionRules> moduleRules
Request Example View Source

Field Value

Type: ListConfigNodePatchUpgradeSectionRules
Remarks
The modules are patched in order. I.e. first module pacth in the upgrade section will be applied to the first module in the part's save state. When the module needs to be skipped from the patch, simply don't provide any rules.

If the part's action is Drop, then the module rules are ignored.

See Also