UnregisterForKey - ScriptObject

From the Fallout4 CreationKit Wiki
Revision as of 20:59, 17 March 2017 by imported>Kyllagdrgn (Created page with "Category:Scripting Category:Papyrus Category:F4SE '''F4SE Member of:''' ScriptObject Script Minimum required F4SE Version: 0.3.0 Unregisters the given Inpu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: ScriptObject Script

Minimum required F4SE Version: 0.3.0

Unregisters the given DXScanCode for OnKeyDown and OnKeyUp events after prior registration via RegisterForKey. (This function requires SKSE)

Syntax

Function UnregisterForKey(Int KeyCode) Native

Parameters

  • KeyCode: The DXScanCode of the key to stop listening for.

Return Value

NONE

Examples

UnregisterForKey(160) ; L-Shift

Notes

NONE

See Also