Table of Contents

Class OwnerHandcuffingEventArgs

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

Contains all information of a CustomItem before handcuffing a Player.

public class OwnerHandcuffingEventArgs : HandcuffingEventArgs, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
OwnerHandcuffingEventArgs
Implements
Inherited Members
Extension Methods

Constructors

OwnerHandcuffingEventArgs(Item, Player, Player, bool)

Initializes a new instance of the OwnerHandcuffingEventArgs class.

public OwnerHandcuffingEventArgs(Item item, Player cuffer, Player target, bool isAllowed = true)

Parameters

item Item

cuffer Player
target Player
isAllowed bool

OwnerHandcuffingEventArgs(Item, HandcuffingEventArgs)

Initializes a new instance of the OwnerHandcuffingEventArgs class.

public OwnerHandcuffingEventArgs(Item item, HandcuffingEventArgs ev)

Parameters

item Item

ev HandcuffingEventArgs

The HandcuffingEventArgs instance.

Properties

Item

Gets the item in the player's inventory.

public Item Item { get; }

Property Value

Item