PartNodePatcherPatchNode Method |
Applies the patch to the part node.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic static void PatchNode(
ConfigNode partNode,
ConfigNodePatch patch,
LoadContext loadContext
)
Request Example
View SourceParameters
- partNode
- Type: (Default Namespace)ConfigNode
The part node to patch. - patch
- Type: KSPDev.ConfigUtilsConfigNodePatch
The patch to apply. - loadContext
- Type: SaveUpgradePipelineLoadContext
The conext in whcih the part is being patched.
See Also