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.
SyntaxEdit
Function RegisterForControl(string control) Native
ParametersEdit
- Control: The Control to listen for.
Return ValueEdit
None
ExamplesEdit
RegisterForControl("Forward")
NotesEdit
None