Class RemovingTargetEventArgs
Contains all information after removing a target from SCP-096.
public class RemovingTargetEventArgs : IScp096Event, IPlayerEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
RemovingTargetEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
RemovingTargetEventArgs(Player, Player, bool)
Initializes a new instance of the RemovingTargetEventArgs class.
public RemovingTargetEventArgs(Player scp096, Player target, bool isAllowed = true)
Parameters
Properties
IsAllowed
Gets or sets a value indicating whether the target is allowed to be removed.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the Player that is controlling SCP-096.
public Player Player { get; }
Property Value
Scp096
Gets the Scp096Role triggering the event.
public Scp096Role Scp096 { get; }
Property Value
Target
Gets the Player being removed as a target.
public Player Target { get; }