 | KeybindingsGet Method |
Gets the keybinding associated with the specified name.
If the name is not a registered keybinding, an InvalidOperationException
is thrown.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Key Get(
string name
)
Parameters
- name
- Type: SystemString
Name of the keybinding
Return Value
Type:
KeyThe registered keybinding.
See Also