Difference between revisions of "RegisterForControl - Form"
Jump to navigation
Jump to search
imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Form Script Registers the given Control for OnControlDown and...") |
imported>Bot Owned m (Broken Link fixed) |
||
Line 31: | Line 31: | ||
*[[UnregisterForAllControls - Form]] | *[[UnregisterForAllControls - Form]] | ||
*[[OnControlDown - Form]] | *[[OnControlDown - Form]] | ||
*[[ | *[[OnControlUp - Form]] |
Latest revision as of 04:49, 1 June 2013
SKSE Member of: Form Script
Registers the given Control for OnControlDown and OnControlUp events.
Syntax[edit | edit source]
Function RegisterForControl(string control) Native
Parameters[edit | edit source]
- Control: The Control to listen for.
Return Value[edit | edit source]
None
Examples[edit | edit source]
RegisterForControl("Forward")
Notes[edit | edit source]
None