M_MSCLoader_Keybind_IsDown - piotrulos/MSCModLoader GitHub Wiki
Note: This API is now obsolete.
[DEPRECATED] Checks if the Keybind was just pressed.
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
[ObsoleteAttribute("IsDown() is deprecated, just rename it to GetKeybindDown()",
true)]
public bool IsDown()
View Source
Boolean
true, if the Keybind is being pressed.