Click or drag to resize

ConfigNodePatchPatchAction Enumeration

Action to perform on the part or module.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public enum PatchAction
Request Example View Source
Members
  Member nameValueDescription
Add0Add new module.
Fix1Change fields in the part or modules.
Drop2Drop the part or module altogether.
See Also