Difference between revisions of "UnregisterForControl - Form"
Jump to navigation
Jump to search
m
Spelling and Grammatical mistakes overlooked
imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Form Script Unregisters the given Control for OnControlDown a...") |
imported>Bot Owned m (Spelling and Grammatical mistakes overlooked) |
||
Line 4: | Line 4: | ||
'''SKSE Member of:''' [[Form Script]] | '''SKSE Member of:''' [[Form Script]] | ||
Unregisters the given | Unregisters the given control for [[OnControlDown - Form|OnControlDown]] and [[OnControlUp - Form|OnControlUp]] events after prior registration via [[RegisterForControl - Form|RegisterForControl]]. | ||
== Syntax == | == Syntax == | ||
Line 12: | Line 12: | ||
== Parameters == | == Parameters == | ||
*Control: The | *Control: The control to stop listening for. | ||
== Return Value == | == Return Value == |