Click or drag to resize
KeybindingsGet Method
Gets the keybinding associated with the specified name. If the name is not a registered keybinding, an InvalidOperationException is thrown.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Key Get(
	string name
)

Parameters

name
Type: SystemString
Name of the keybinding

Return Value

Type: Key
The registered keybinding.
See Also