M_MSCLoader_Keybind__ctor - piotrulos/MSCModLoader GitHub Wiki
Constructor for Keybind without modifier
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
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.