Class RevealedEventArgs
Contains all information after SCP-3114 reveals.
Inheritance
System.Object
RevealedEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Scp3114
Assembly: Exiled.Events.dll
Syntax
public class RevealedEventArgs : IScp3114Event, IPlayerEvent, IExiledEvent
Constructors
| Improve this Doc View SourceRevealedEventArgs(Player, Boolean)
Initializes a new instance of the RevealedEventArgs class.
Declaration
public RevealedEventArgs(Player player, bool isManualReveal)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
System.Boolean | isManualReveal |
Properties
| Improve this Doc View SourceIsManualReveal
Gets a value indicating whether the reveal is manual or not.
Declaration
public bool IsManualReveal { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Player
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp3114
Declaration
public Scp3114Role Scp3114 { get; }
Property Value
Type | Description |
---|---|
Scp3114Role |