Table of Contents

Class RevealedEventArgs

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

Contains all information after SCP-3114 reveals.

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

Constructors

RevealedEventArgs(Player, bool)

Initializes a new instance of the RevealedEventArgs class.

public RevealedEventArgs(Player player, bool isManualReveal)

Parameters

player Player
isManualReveal bool

Properties

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