Table of Contents

Class TryingNotToCryEventArgs

Namespace
Exiled.Events.EventArgs.Scp096
Assembly
Exiled.Events.dll

Contains all information before SCP-096 tries not to cry.

public class TryingNotToCryEventArgs : IScp096Event, IPlayerEvent, IDoorEvent, IDeniableEvent, IExiledEvent
Inheritance
TryingNotToCryEventArgs
Implements
Inherited Members
Extension Methods

Constructors

TryingNotToCryEventArgs(Player, bool)

Initializes a new instance of the TryingNotToCryEventArgs class.

public TryingNotToCryEventArgs(Player player, bool isAllowed = true)

Parameters

player Player
isAllowed bool

Properties

Door

Gets the Door to be cried on. the value can be null

public Door Door { get; }

Property Value

Door

GameObject

Gets the UnityEngine.GameObject to be cried on.

public GameObject GameObject { get; }

Property Value

GameObject

IsAllowed

Gets or sets a value indicating whether SCP-096 can try not to cry.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who is controlling SCP-096.

public Player Player { get; }

Property Value

Player

Scp096

Gets the Scp096Role triggering the event.

public Scp096Role Scp096 { get; }

Property Value

Scp096Role