Background for Skyrim SE
Member of the ReferenceAlias script
eventOnTrigger(ObjectReferenceakActionRef)

Description

Documentation Comment

Event received when a this trigger is tripped


Parameters

ObjectReferenceakActionRef


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

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