UnregisterForControl - Form

From the CreationKit Wiki
Revision as of 04:34, 1 June 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Form Script Unregisters the given Control for OnControlDown a...")
(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