Table of Contents

Class PlaceableEvents.OnPhysicalAttacked

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

Called when NwPlaceable has been physically attacked.

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

Constructors

OnPhysicalAttacked()

Properties

AttackType

Gets the SpecialAttack used to damage NwPlaceable.

Attacker

Gets the NwCreature that attacked the NwPlaceable.

Placeable

Gets the NwPlaceable that was physically attacked.

Methods

AttackMode(NwCreature)

Gets the ActionMode used to damage NwPlaceable.

WeaponUsed(NwCreature)

Gets the NwItem used to damage NwPlaceable.