M_MSCLoader_Keybind_IsDown - piotrulos/MSCModLoader GitHub Wiki

IsDown Method

IsDown() is deprecated, just rename it to GetKeybindDown()

[DEPRECATED] Checks if the Keybind was just pressed.

Definition

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

C#

[ObsoleteAttribute("IsDown() is deprecated, just rename it to GetKeybindDown()", 
	true)]
public bool IsDown()

View Source

Return Value

Boolean
true, if the Keybind is being pressed.

See Also

Reference

Keybind Class
MSCLoader Namespace

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