UnregisterForControl - Form
Revision as of 04:34, 1 June 2013 by imported>Bot Owned (Spelling and Grammatical mistakes overlooked)
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