UnregisterForControl - Form

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Form Script

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

Syntax[edit | edit source]

Function UnregisterForControl(string control) Native

Parameters[edit | edit source]

  • Control: The control to stop listening for.

Return Value[edit | edit source]

None

Examples[edit | edit source]

UnregisterForControl("Forward")

Notes[edit | edit source]

None

See Also[edit | edit source]