- Found in:
- SKSE
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
Examples
UnregisterForKey(42) ; L-ShiftAuto-Generated Example
int myInt__keyCode
myForm__toCallFunctionOn.UnregisterForKey(myInt__keyCode)