Table of Contents

Class PlaceableEvents.OnDamaged

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

Called when NwGameObject has damaged NwPlaceable.

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

Constructors

OnDamaged()

Properties

DamagedObject

Gets the NwPlaceable that was damaged.

Damager

Gets the NwGameObject that damaged the NwPlaceable.

TotalDamageDealt

Gets the total damage dealt to NwPlaceable.

Methods

GetDamageDealtByType(DamageType)

Gets DamageType dealt to NwPlaceable.