RegisterForControl - ScriptObject
Revision as of 18:34, 21 January 2018 by imported>Qazaaq (added required f4se version)
F4SE Member of: ScriptObject Script
Requires F4SE version 0.3.0 or higher.
Registers the given Control for OnControlDown and OnControlUp events.
Syntax
Function RegisterForControl(string control) Native
Parameters
- control: The Control to listen for.
Return Value
None
Examples
RegisterForControl("Forward")
Notes
None