Background for Skyrim SE
Member of the DbSkseEvents script
eventOnOpenGlobal(ObjectReferenceActivatorRef, ObjectReferenceakActionRef)

Description

Documentation Comment

Open and close events are for animated doors / gates, use OnActivateGlobal for more general purposes.


Parameters

ObjectReferenceActivatorRef

ObjectReferenceakActionRef


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

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