Click or drag to resize

PartNodePatcher Class

A set of methods to deal with the part config compatibility.
Inheritance Hierarchy
SystemObject
  KSPDev.ConfigUtilsPartNodePatcher

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntax
C#
public static class PartNodePatcher
Request Example View Source

The PartNodePatcher type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetPartNameFromUpgradeNode
Extracts the part name from the game state.
Public methodStatic memberGetPatches
Returns patch nodes for the tag.
Public methodStatic memberPatchNode
Applies the patch to the part node.
Public methodStatic memberTestPatch
Tests if the patch can be applied to the part node.
Top
Remarks
These methods help patching the saved game in order to fix the incompatible changes to the parts.
See Also