PartNodePatcherGetPartNameFromUpgradeNode Method |
Extracts the part name from the game state.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic static string GetPartNameFromUpgradeNode(
ConfigNode node,
LoadContext loadContext
)
Request Example
View SourceParameters
- node
- Type: (Default Namespace)ConfigNode
The part's config node to extract the value from. - loadContext
- Type: SaveUpgradePipelineLoadContext
The current loading context.
Return Value
Type:
StringThe part's name.
See Also