M_MSCLoader_Keybind_IsPressed - piotrulos/MSCModLoader GitHub Wiki

IsPressed Method

Note: This API is now obsolete.

[DEPRECATED] Checks if the Keybind is being held down.

Definition

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

C#

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

View Source

Return Value

Boolean
true, if the Keybind is being held down.

See Also

Reference

Keybind Class
MSCLoader Namespace

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