Skip to content

M_MSCLoader_Keybind__ctor

piotrulos edited this page Apr 7, 2023 · 4 revisions

Keybind Constructor (String, String, KeyCode)

Constructor for Keybind without modifier

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

Syntax

C#

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

View Source

Parameters

 

id
Type: System.String
The ID of the Keybind.
name
Type: System.String
The name of the Keybind.
key
Type: KeyCode
The KeyCode the user will press.

See Also

Reference

Keybind Class
Keybind Overload
MSCLoader Namespace

Clone this wiki locally