Skip to content

M_MSCLoader_Keybind_IsPressed

piotrulos edited this page Apr 7, 2023 · 4 revisions

Keybind.IsPressed Method

Note: This API is now obsolete.

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

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

Syntax

C#

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

View Source

Return Value

Type: Boolean
true, if the Keybind is being held down.

See Also

Reference

Keybind Class
MSCLoader Namespace

Clone this wiki locally