Background for Skyrim SE
Member of the DbSkseEvents script
eventOnActivateGlobal(ObjectReferenceActivatorRef, ObjectReferenceActivatedRef)


Parameters

  1. ObjectReferenceActivatorRef

  2. ObjectReferenceActivatedRef


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

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