Background for Skyrim SE
Member of the Alias script
voidfunctionRegisterForControl(stringcontrol)Native

Description

Documentation Comment

Registers for OnControlDown and OnControlUp events for the given control.
For a list of valid controls, see Input.psc.


Caveats


Parameters

stringcontrol


Examples

Auto-Generated Example

string myString__control

myAlias__toCallFunctionOn.RegisterForControl(myString__control)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.