- Found in:
- Dylbills PE
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