Background for Skyrim SE
Member of the PO3_Events_Alias script
eventOnActorKilled(ActorakVictim, ActorakKiller)

Registration Control Functions


Parameters

ActorakVictim

ActorakKiller


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_Alias

event OnActorKilled(Actor akVictim, Actor akKiller)
    Debug.trace("Event received - OnActorKilled: akVictim = " + akVictim + " akKiller = " + akKiller)
endEvent

Additional References

View this event on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.