Table of Contents

Class CreatureEvents.OnDeath

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

Triggered when the creature dies.

public sealed class CreatureEvents.OnDeath : IEvent
Inheritance
CreatureEvents.OnDeath
Implements
Inherited Members
Extension Methods

Properties

KilledCreature

Gets the NwCreature that was killed.

Killer

Gets the object that dealt the damage that killed the creature.
Returns null if the killer could not be determined.