Methods_T_MSCLoader_Keybind - piotrulos/MSCModLoader GitHub Wiki

Keybind Methods

Methods

Add(String, String, KeyCode) Add a keybind.
Add(Mod, String, String, KeyCode) Add a keybind.
Obsolete
Add(String, String, KeyCode, KeyCode) Add a keybind with modifier.
Add(Mod, String, String, KeyCode, KeyCode) Add a keybind.
Obsolete
AddHeader(Mod, String) Add Header, blue title bar that can be used to separate settings.
Obsolete
AddHeader(String, Boolean) Add Header, that can be used to group keybinds.
AddHeader(Mod, String, Color) Add Header, blue title bar that can be used to separate settings.
Obsolete
AddHeader(Mod, String, Color, Color) Add Header, blue title bar that can be used to separate settings.
Obsolete
AddHeader(String, Color, Color, Boolean) Add Header, that can be used to group keybinds..
Get Undocumented crap don't use
Obsolete
GetKeybind Check if keybind is being hold down. (Same behaviour as GetKey)
Obsolete
GetKeybindDown Check if the keybind was just pressed once. (Same behaviour as GetKeyDown)
Obsolete
GetKeybindUp Check if the keybind was just released. (Same behaviour as GetKeyUp)
Obsolete
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** ⚠️