Interface IItemEvent
Event args used for all Item related events.
Namespace: Exiled.Events.EventArgs.Interfaces
Assembly: Exiled.Events.dll
Syntax
public interface IItemEvent : IExiledEvent
Properties
| Improve this Doc View SourceItem
Gets the Item triggering the event.
Declaration
Item Item { get; }
Property Value
Type | Description |
---|---|
Item |