Background for Skyrim SE
Member of the DbSkseEvents script
eventOnDeathGlobal(ActorVictim, ActorKiller)


Parameters

  1. ActorVictim

  2. ActorKiller


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

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