M_MSCLoader_Keybind_IsDown - piotrulos/MSCModLoader GitHub Wiki

IsDown Method

Note: This API is now obsolete.

[DEPRECATED] Checks if the Keybind was just pressed.

Definition

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

Return Value

Boolean
true, if the Keybind is being pressed.

See Also

Reference

Keybind Class
MSCLoader Namespace

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