Class RevealingEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
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; }