M_MSCLoader_Keybind__ctor - piotrulos/MSCModLoader GitHub Wiki

Keybind(String, String, KeyCode) Constructor

Constructor for Keybind without modifier

Definition

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346

C#

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** ⚠️