RegisterForControl - Form
Revision as of 04:49, 1 June 2013 by imported>Bot Owned (Broken Link fixed)
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