Table of Contents

Class DancingEventArgs

Namespace
Exiled.Events.EventArgs.Scp3114
Assembly
Exiled.Events.dll

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

newState bool
player Player
isAllowed bool

Properties

DanceType

Gets or sets the bound dance.

public DanceType DanceType { get; set; }

Property Value

DanceType

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

IsDancing

Gets a value indicating whether SCP-3114 is dancing.

public bool IsDancing { get; }

Property Value

bool

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Scp3114

Gets the Scp3114Role triggering the event.

public Scp3114Role Scp3114 { get; }

Property Value

Scp3114Role