M_MSCLoader_Keybind__ctor_1 - piotrulos/MSCModLoader GitHub Wiki

Keybind(String, String, KeyCode, KeyCode) Constructor

Constructor for Keybind

Definition

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

C#

public Keybind(
	string id,
	string name,
	KeyCode key,
	KeyCode modifier
)

View Source

Parameters

  String
The ID of the Keybind (Used only once in your mod).
  String
The name of the Keybind that will be displayed.
  KeyCode
The KeyCode the user will press.
  KeyCode
The modifier KeyCode the user will have to press.

See Also

Reference

Keybind Class
Keybind Overload
MSCLoader Namespace

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