Methods_T_MSCLoader_Keybind - piotrulos/MSCModLoader GitHub Wiki

Keybind Methods

Methods

Add(Mod, String, String, KeyCode) Add a keybind.
Add(Mod, String, String, KeyCode, KeyCode) Add a keybind.
AddHeader(Mod, String) Add Header, blue title bar that can be used to separate settings.
AddHeader(Mod, String, Color) Add Header, blue title bar that can be used to separate settings.
AddHeader(Mod, String, Color, Color) Add Header, blue title bar that can be used to separate settings.
Get Return all keybinds for mod.
GetDefault Return all default keybinds for mod.
GetKeybind Check if keybind is being hold down. (Same behaviour as GetKey)
GetKeybindDown Check if the keybind was just pressed once. (Same behaviour as GetKeyDown)
GetKeybindUp Check if the keybind was just released. (Same behaviour as GetKeyUp)
IsDown [DEPRECATED] Checks if the Keybind was just pressed.
Obsolete.
IsPressed [DEPRECATED] Checks if the Keybind is being held down.
Obsolete.

See Also

Reference

Keybind Class
MSCLoader Namespace

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