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
OwnerHandcuffingEventArgs(Item, HandcuffingEventArgs)
Initializes a new instance of the OwnerHandcuffingEventArgs class.
public OwnerHandcuffingEventArgs(Item item, HandcuffingEventArgs ev)
Parameters
item
Itemev
HandcuffingEventArgsThe HandcuffingEventArgs instance.
Properties
Item
Gets the item in the player's inventory.
public Item Item { get; }