eventOnTrigger(ObjectReferenceakActionRef)
Description
Documentation Comment
Event received when a this trigger is tripped
Parameters
ObjectReferenceakActionRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ActiveMagicEffect
event OnTrigger(ObjectReference akActionRef)
Debug.trace("Event received - OnTrigger: akActionRef = " + akActionRef)
endEvent