Table of Contents

Class OwnerEscapingEventArgs

Namespace
Exiled.CustomItems.API.EventArgs
Assembly
Exiled.CustomItems.dll

Contains all information of a CustomItem before a Player escapes.

public class OwnerEscapingEventArgs : EscapingEventArgs, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
OwnerEscapingEventArgs
Implements
Inherited Members
Extension Methods

Constructors

OwnerEscapingEventArgs(Item, EscapingEventArgs)

Initializes a new instance of the OwnerEscapingEventArgs class.

public OwnerEscapingEventArgs(Item item, EscapingEventArgs ev)

Parameters

item Item

ev EscapingEventArgs

The EscapingEventArgs instance.

Properties

Item

Gets the item in the player's inventory.

public Item Item { get; }

Property Value

Item