UnregisterForControl - Form

Revision as of 05:34, 1 June 2013 by imported>Bot Owned (Spelling and Grammatical mistakes overlooked)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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