Table of Contents

Class OnCreatureAcquireItem

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

Triggered when a creature acquires an item.

public sealed class OnCreatureAcquireItem : IEvent
Inheritance
OnCreatureAcquireItem
Implements
Inherited Members
Extension Methods

Properties

AcquiredBy

Gets the creature that will acquire the item.

AcquiredFrom

Gets the last possessor of the item.

Item

Gets the item that will be acquired.

Result

Gets whether the creature successfully acquired the item.

Skip

Set to true to skip the event and prevent acquiring the item.