Class DancingEventArgs
Contains all information before SCP-3114 changes its dancing status.
public class DancingEventArgs : IDeniableEvent, IScp3114Event, IPlayerEvent, IExiledEvent
- Inheritance
-
DancingEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
DancingEventArgs(bool, Player, bool)
Initializes a new instance of the DancingEventArgs class.
public DancingEventArgs(bool newState, Player player, bool isAllowed = true)
Parameters
Properties
DanceType
Gets or sets the bound dance.
public DanceType DanceType { get; set; }
Property Value
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
IsDancing
Gets a value indicating whether SCP-3114 is dancing.
public bool IsDancing { get; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }
Property Value
Scp3114
Gets the Scp3114Role triggering the event.
public Scp3114Role Scp3114 { get; }