Class LungingEventArgs
Contains all information before SCP-939 uses its lunge ability.
public class LungingEventArgs : IScp939Event, IPlayerEvent, IExiledEvent
- Inheritance
-
LungingEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
LungingEventArgs(Player)
Initializes a new instance of the LungingEventArgs class.
public LungingEventArgs(Player player)
Parameters
player
Player
Properties
Player
Gets the player who's controlling SCP-939.
public Player Player { get; }
Property Value
Scp939
Gets the Scp939Role triggering the event.
public Scp939Role Scp939 { get; }