M_MSCLoader_Keybind__ctor - piotrulos/MSCModLoader GitHub Wiki

Keybind(String, String, KeyCode) Constructor

Please switch to new settings format

Constructor for Keybind without modifier

Definition

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

Parameters

  String
The ID of the Keybind.
  String
The name of the Keybind.
  KeyCode
The KeyCode the user will press.

See Also

Reference

Keybind Class
Keybind Overload
MSCLoader Namespace

⚠️ **GitHub.com Fallback** ⚠️