M_MSCLoader_Keybind__ctor - piotrulos/MSCModLoader GitHub Wiki
Please switch to new settings format
Constructor for Keybind without modifier
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.3.356
C#
[ObsoleteAttribute("Please switch to new settings format", true)]
public Keybind(
string id,
string name,
KeyCode key
)
View Source
- String
- The ID of the Keybind.
- String
- The name of the Keybind.
- KeyCode
- The KeyCode the user will press.