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


Parameters

stringcontrol


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Alias

event OnControlDown(string control)
    Debug.trace("Event received - OnControlDown: control = " + control)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.