Class OwnerHandcuffingEventArgs
Contains all information of a CustomItem before handcuffing a Player.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.CustomItems.API.EventArgs
Assembly: Exiled.CustomItems.dll
Syntax
public class OwnerHandcuffingEventArgs : HandcuffingEventArgs, IPlayerEvent, IDeniableEvent, IExiledEvent
Constructors
| Improve this Doc View SourceOwnerHandcuffingEventArgs(Item, Player, Player, Boolean)
Initializes a new instance of the OwnerHandcuffingEventArgs class.
Declaration
public OwnerHandcuffingEventArgs(Item item, Player cuffer, Player target, bool isAllowed = true)
Parameters
Type | Name | Description |
---|---|---|
Item | item | |
Player | cuffer | |
Player | target | |
System.Boolean | isAllowed |
OwnerHandcuffingEventArgs(Item, HandcuffingEventArgs)
Initializes a new instance of the OwnerHandcuffingEventArgs class.
Declaration
public OwnerHandcuffingEventArgs(Item item, HandcuffingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
Item | item | |
HandcuffingEventArgs | ev | The HandcuffingEventArgs instance. |
Properties
| Improve this Doc View SourceItem
Gets the item in the player's inventory.
Declaration
public Item Item { get; }
Property Value
Type | Description |
---|---|
Item |