Table of Contents

Class ScreamingEventArgs

Namespace
Exiled.Events.EventArgs.Scp1507
Assembly
Exiled.Events.dll

Contains all information before SCP-1507 screams.

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

Constructors

ScreamingEventArgs(Player, bool)

Initializes a new instance of the ScreamingEventArgs class.

public ScreamingEventArgs(Player player, bool isAllowed = true)

Parameters

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

Scp1507

Gets the Scp1507Role triggering the event.

public Scp1507Role Scp1507 { get; }

Property Value

Scp1507Role