Background for Skyrim SE
Member of the ActiveMagicEffect script
eventOnOpen(ObjectReferenceakActionRef)

Description

Documentation Comment

Event received when this object is opened


Parameters

  1. ObjectReferenceakActionRef


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

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