Click or drag to resize

PartNodePatcherGetPartNameFromUpgradeNode Method

Extracts the part name from the game state.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public static string GetPartNameFromUpgradeNode(
	ConfigNode node,
	LoadContext loadContext
)
Request Example View Source

Parameters

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: String
The part's name.
See Also