Search Results for

    Show / Hide Table of Contents

    Class OwnerHandcuffingEventArgs

    Contains all information of a CustomItem before handcuffing a Player.

    Inheritance
    System.Object
    HandcuffingEventArgs
    OwnerHandcuffingEventArgs
    Implements
    IPlayerEvent
    IDeniableEvent
    IExiledEvent
    Inherited Members
    HandcuffingEventArgs.Target
    HandcuffingEventArgs.IsAllowed
    HandcuffingEventArgs.Player
    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 Source

    OwnerHandcuffingEventArgs(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
    | Improve this Doc View Source

    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 Source

    Item

    Gets the item in the player's inventory.

    Declaration
    public Item Item { get; }
    Property Value
    Type Description
    Item

    Implements

    IPlayerEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX