Class TryingNotToCryEventArgs
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
Properties
Door
Gets the Door to be cried on.
public Door Door { get; }
Property Value
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
Player
Gets the player who is controlling SCP-096.
public Player Player { get; }
Property Value
Scp096
Gets the Scp096Role triggering the event.
public Scp096Role Scp096 { get; }