UnregisterForKey - ScriptObject

From the Fallout4 CreationKit Wiki
Revision as of 18:23, 6 April 2017 by imported>Qazaaq (lowercase literal values)
Jump to navigation Jump to search

F4SE Member of: ScriptObject Script

Minimum required F4SE Version: 0.3.0

Unregisters the given Scan Code for OnKeyDown and OnKeyUp events after prior registration via RegisterForKey.

Syntax

Function UnregisterForKey(int keyCode) Native

Parameters

  • keyCode: The Scan Code of the key to stop listening for.

Return Value

None

Examples

UnregisterForKey(160) ; L-Shift

Notes

NONE

See Also