RegisterForKey - ScriptObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

F4SE Member of: ScriptObject Script
Requires F4SE version 0.3.0 or higher.

Registers the given Scan Code for OnKeyDown and OnKeyUp events.

Syntax[edit | edit source]

Function RegisterForKey(int key) Native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

None

Examples[edit | edit source]

RegisterForKey(160) ; left shift

Notes[edit | edit source]

None

See Also[edit | edit source]