Background for Skyrim SE
Member of the ReferenceAlias script
eventOnDeath(ActorakKiller)

Description

Documentation Comment

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


Parameters

  1. ActorakKiller


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

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