UnregisterForAllControls - Form
Revision as of 04:37, 1 June 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Form Script Unregisters all controls for OnControlDown and ...")
SKSE Member of: Form Script
Unregisters all controls for OnControlDown and OnControlUp events after prior registration via RegisterForControl.
Syntax[edit | edit source]
Function UnregisterForAllControls() Native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
None
Examples[edit | edit source]
UnregisterForAllControls()
Notes[edit | edit source]
None