UnregisterForControl - Form

From the CreationKit Wiki
Revision as of 04:34, 1 June 2013 by imported>Bot Owned (Spelling and Grammatical mistakes overlooked)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Function UnregisterForControl(string control) Native

Parameters

  • Control: The control to stop listening for.

Return Value

None

Examples

UnregisterForControl("Forward")

Notes

None

See Also