Class InteractingScp559EventArgs
Contains all information before a player interacts with SCP-559.
[Obsolete("Only availaible for Christmas and AprilFools.")]
public class InteractingScp559EventArgs : IScp559Event, IDeniableEvent, IPlayerEvent, IExiledEvent
- Inheritance
-
InteractingScp559EventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
InteractingScp559EventArgs(Scp559, Player, bool)
Initializes a new instance of the InteractingScp559EventArgs class.
public InteractingScp559EventArgs(Scp559 scp559, 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
Scp559
Gets the Scp559.
public Scp559 Scp559 { get; }