Class ExitStalkingEventArgs
Contains all information before SCP-106 use the stalk ability.
public class ExitStalkingEventArgs : IScp106Event, IPlayerEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
ExitStalkingEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
ExitStalkingEventArgs(Player, bool)
Initializes a new instance of the ExitStalkingEventArgs class.
public ExitStalkingEventArgs(Player player, bool isAllowed = true)
Parameters
Properties
IsAllowed
Gets or sets a value indicating whether SCP-106 can stalk.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who's controlling SCP-106.
public Player Player { get; }
Property Value
Scp106
Gets the Scp106Role triggering the event.
public Scp106Role Scp106 { get; }