Background for Skyrim SE
Member of the Actor script
eventOnDying(ActorakKiller)

Description

Wiki Description

Event called when the actor begins dying.

Documentation Comment

Event that is triggered when this actor begins to die


Caveats

CK Wiki - Notes

  • All dying actors send this event, including the player.

Parameters

  1. ActorakKiller

    CK Wiki Description

    The Actor that killed this one.


Examples

No human-generated examples found for this event.

Auto-Generated Example

Scriptname MyCoolScript extends Actor

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

Related Pages


Additional References

View this event’s page on the Skyrim Creation Kit Wiki

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