Table of Contents

Class CreatureEvents.OnDisturbed

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

Triggered when the creature's inventory is disturbed.

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

Constructors

OnDisturbed()

Properties

CreatureDisturbed

Gets the NwCreature that had its inventory disturbed.

DisturbType

Gets the type of inventory disturbance event.

DisturbedItem

Gets the NwItem that was disturbed in the inventory.

Disturber

Gets the NwCreature that disturbed the inventory.