- Found in:
- SKSE
Description
Wiki Description
Unregisters the given control for Form.OnControlDown(...) and Form.OnControlUp(...) events after prior registration via Form.RegisterForControl(...).
Caveats
CK Wiki - Notes
None
Parameters
stringcontrol
CK Wiki Description
The control to stop listening for.
Examples
UnregisterForControl("Forward")Auto-Generated Example
string myString__control
myForm__toCallFunctionOn.UnregisterForControl(myString__control)Related Pages
- Form
- Input
- Form.RegisterForControl(...)
- Form.UnregisterForAllControls()
- Form.OnControlDown(...)
- Form.OnControlUp(...)
