Click or drag to resize

KeyboardInputSwitchSave Method

Saves the switch binding.

Namespace:  KSPDev.InputUtils
Assembly:  KSPDev_Utils.2.2 (in KSPDev_Utils.2.2.dll) Version: 2.2 for KSP v1
Syntax
C#
public virtual void Save(
	ConfigNode node
)
Request Example View Source

Parameters

node
Type: (Default Namespace)ConfigNode
The node to store the values into.

Implements

IConfigNodeSave(ConfigNode)
See Also