Class ScreamingEventArgs
Contains all information before SCP-1507 screams.
[Obsolete("Only availaible for Christmas and AprilFools.")]
public class ScreamingEventArgs : IScp1507Event, IPlayerEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
ScreamingEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
ScreamingEventArgs(Player, bool)
Initializes a new instance of the ScreamingEventArgs class.
public ScreamingEventArgs(Player player, 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
Player
Gets the Player triggering the event.
public Player Player { get; }
Property Value
Scp1507
Gets the Scp1507Role triggering the event.
public Scp1507Role Scp1507 { get; }