Table of Contents

Class RemovingTargetEventArgs

Namespace
Exiled.Events.EventArgs.Scp096
Assembly
Exiled.Events.dll

Contains all information after removing a target from SCP-096.

public class RemovingTargetEventArgs : IScp096Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
RemovingTargetEventArgs
Implements
Inherited Members
Extension Methods

Constructors

RemovingTargetEventArgs(Player, Player, bool)

Initializes a new instance of the RemovingTargetEventArgs class.

public RemovingTargetEventArgs(Player scp096, Player target, bool isAllowed = true)

Parameters

scp096 Player
target Player
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the target is allowed to be removed.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the Player that is controlling SCP-096.

public Player Player { get; }

Property Value

Player

Scp096

Gets the Scp096Role triggering the event.

public Scp096Role Scp096 { get; }

Property Value

Scp096Role

Target

Gets the Player being removed as a target.

public Player Target { get; }

Property Value

Player