Background for Skyrim SE
Member of the Alias script
eventOnControlUp(stringcontrol, floatholdTime)


Parameters

stringcontrol

floatholdTime


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Alias

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