Table of Contents

Class CreatureEvents.OnDamaged

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

Triggered by NwCreature when taken damage from NwGameObject.

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

Constructors

OnDamaged()

Properties

Creature

Gets the NwCreature that is taking damage.

DamageAmount

Gets the amount of damage done by NwGameObject to NwCreature.

Damager

Gets the NwGameObject that damaged NwCreature.

Methods

GetDamageDealtByType(DamageType)

Gets damage dealt to NwCreature, by DamageType.