Table of Contents

Property Item

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

Item

Gets the NwItem that triggered the event.

public NwItem? Item { get; }

Property Value

NwItem

Remarks

This property will return null when a character fails ELC. It is recommended to do an early exit if this is null.