Table of Contents

Class RemovedHandcuffsEventArgs

Namespace
Exiled.Events.EventArgs.Player
Assembly
Exiled.Events.dll

Contains all information after freeing a handcuffed player.

public class RemovedHandcuffsEventArgs : IPlayerEvent, IExiledEvent
Inheritance
RemovedHandcuffsEventArgs
Implements
Inherited Members
Extension Methods

Constructors

RemovedHandcuffsEventArgs(Player, Player, UncuffReason)

Initializes a new instance of the RemovedHandcuffsEventArgs class.

public RemovedHandcuffsEventArgs(Player cuffer, Player target, UncuffReason uncuffReason)

Parameters

cuffer Player

The cuffer player.

target Player

The target player was uncuffed.

uncuffReason UncuffReason

The reason for removing the handcuffs.

Properties

Player

Gets the cuffer player.

public Player Player { get; }

Property Value

Player

Target

Gets the target player to be cuffed.

public Player Target { get; }

Property Value

Player

UncuffReason

Gets the reason for removing handcuffs.

public UncuffReason UncuffReason { get; }

Property Value

UncuffReason