Class RevealedEventArgs
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
Properties
IsManualReveal
Gets a value indicating whether the reveal is manual.
public bool IsManualReveal { get; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }
Property Value
Scp3114
Gets the Scp3114Role triggering the event.
public Scp3114Role Scp3114 { get; }