Table of Contents

Class RevealingEventArgs

Namespace
Exiled.Events.EventArgs.Scp3114
Assembly
Exiled.Events.dll

Contains all information before SCP-3114 reveals.

public class RevealingEventArgs : IScp3114Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
RevealingEventArgs
Implements
Inherited Members
Extension Methods

Constructors

RevealingEventArgs(Player, bool, bool)

Initializes a new instance of the RevealingEventArgs class.

public RevealingEventArgs(Player player, bool isManualReveal, bool isAllowed = true)

Parameters

player Player
isManualReveal bool
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

IsManualReveal

Gets a value indicating whether the reveal is manual.

public bool IsManualReveal { get; }

Property Value

bool

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Scp3114

Gets the Scp3114Role triggering the event.

public Scp3114Role Scp3114 { get; }

Property Value

Scp3114Role