Background for Skyrim SE
Member of the Form script
voidfunctionUnregisterForKey(intkeyCode)Native

Description

Wiki Description

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


Caveats

CK Wiki - Notes

NONE


Parameters

intkeyCode

CK Wiki Description

The Input of the key to stop listening for.


Examples

UnregisterForKey(42) ; L-Shift

Auto-Generated Example

int myInt__keyCode

myForm__toCallFunctionOn.UnregisterForKey(myInt__keyCode)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.