Class LungingEventArgs
Contains all information before SCP-939 uses its lunge ability.
Inheritance
System.Object
LungingEventArgs
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 LungingEventArgs : IScp939Event, IPlayerEvent, IExiledEvent
Constructors
| Improve this Doc View SourceLungingEventArgs(Player)
Initializes a new instance of the LungingEventArgs class.
Declaration
public LungingEventArgs(Player player)
Parameters
Type | Name | Description |
---|---|---|
Player | player |
Properties
| Improve this Doc View SourcePlayer
Gets the player who's controlling SCP-939.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp939
Declaration
public Scp939Role Scp939 { get; }
Property Value
Type | Description |
---|---|
Scp939Role |