PartNodePatcherGetPartNameFromUpgradeNode Method |
Extracts the part name from the game state.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
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