Background for Starfield
Member of the ActiveMagicEffect script
eventOnDeath(ObjectReferenceakKiller)

Description

Documentation Comment

Event that is triggered when this actor finishes dying


Parameters

  1. ObjectReferenceakKiller


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

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