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


Parameters

  1. stringcontrol


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

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.