Background for Fallout 4
Member of the RefCollectionAlias script
eventOnDeath(ObjectReferenceakSenderRef, ActorakKiller)

Description

Documentation Comment

Event that is triggered when this actor finishes dying (only if this alias points at an actor)


Parameters

  1. ObjectReferenceakSenderRef

  2. ActorakKiller


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

event OnDeath(ObjectReference akSenderRef, Actor akKiller)
    Debug.trace("Event received - OnDeath: akSenderRef = " + akSenderRef + " akKiller = " + akKiller)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.