Skip to content

M_MSCLoader_Keybind_IsDown

piotrulos edited this page Apr 7, 2023 · 4 revisions

Keybind.IsDown Method

Note: This API is now obsolete.

[DEPRECATED] Checks if the Keybind was just pressed.

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

Syntax

C#

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

View Source

Return Value

Type: Boolean
true, if the Keybind is being pressed.

See Also

Reference

Keybind Class
MSCLoader Namespace

Clone this wiki locally