Table of Contents

Class InteractingScp559EventArgs

Namespace
Exiled.Events.EventArgs.Scp559
Assembly
Exiled.Events.dll

Contains all information before a player interacts with SCP-559.

[Obsolete("Only availaible for Christmas and AprilFools.")]
public class InteractingScp559EventArgs : IScp559Event, IDeniableEvent, IPlayerEvent, IExiledEvent
Inheritance
InteractingScp559EventArgs
Implements
Inherited Members
Extension Methods

Constructors

InteractingScp559EventArgs(Scp559, Player, bool)

Initializes a new instance of the InteractingScp559EventArgs class.

public InteractingScp559EventArgs(Scp559 scp559, Player player, bool isAllowed = true)

Parameters

scp559 Scp559
player Player
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Scp559

Gets the Scp559.

public Scp559 Scp559 { get; }

Property Value

Scp559