UnregisterForControl - Form

SKSE Member of: Form Script

Unregisters the given control for OnControlDown and OnControlUp events after prior registration via RegisterForControl.

SyntaxEdit

Function UnregisterForControl(string control) Native

ParametersEdit

  • Control: The control to stop listening for.

Return ValueEdit

None

ExamplesEdit

UnregisterForControl("Forward")

NotesEdit

None

See AlsoEdit