Click or drag to resize

ConfigNodePatchUpgradeSectionRules Class

Config class that defines patching rules.
Inheritance Hierarchy
SystemObject
  KSPDev.ConfigUtilsConfigNodePatchUpgradeSectionRules

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public class Rules
Request Example View Source

The ConfigNodePatchUpgradeSectionRules type exposes the following members.

Constructors
  NameDescription
Public methodConfigNodePatchUpgradeSectionRules
Initializes a new instance of the ConfigNodePatchUpgradeSectionRules class
Top
Fields
  NameDescription
Public fieldaction
Tells what to do with the matched node.
Public fieldfieldRules
Defines the rules to apply to the node's fields if the action is Fix.
Public fieldname
Module name to apply changes to. It can have a lookup suffix.
Top
See Also