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


Parameters

  1. ObjectReferenceActivatorRef

  2. ObjectReferenceakActionRef


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

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