PartNodePatcherPatchNode Method |
Applies the patch to the part node.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
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