Class CreatureEvents.OnDeath
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.