Class ClawedEventArgs
Contains all information after SCP-939 attacks.
Inheritance
System.Object
ClawedEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Scp939
Assembly: Exiled.Events.dll
Syntax
public class ClawedEventArgs : IScp939Event, IPlayerEvent, IExiledEvent
Constructors
| Improve this Doc View SourceClawedEventArgs(Player)
Initializes a new instance of the ClawedEventArgs class.
Declaration
public ClawedEventArgs(Player player)
Parameters
Type | Name | Description |
---|---|---|
Player | player |
Properties
| Improve this Doc View SourcePlayer
Gets the SCP-939.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp939
Declaration
public Scp939Role Scp939 { get; }
Property Value
Type | Description |
---|---|
Scp939Role |