Table of Contents

Class AnnouncingChaosEntranceEventArgs

Namespace
Exiled.Events.EventArgs.Map
Assembly
Exiled.Events.dll

Contains all information before Chaos wave entrance.

public class AnnouncingChaosEntranceEventArgs : IDeniableEvent, IExiledEvent
Inheritance
AnnouncingChaosEntranceEventArgs
Implements
Inherited Members
Extension Methods

Constructors

AnnouncingChaosEntranceEventArgs(WaveAnnouncementBase, StringBuilder)

Initializes a new instance of the AnnouncingChaosEntranceEventArgs class.

public AnnouncingChaosEntranceEventArgs(WaveAnnouncementBase announcement, StringBuilder builder)

Parameters

announcement WaveAnnouncementBase
builder StringBuilder

Properties

IsAllowed

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

public bool IsAllowed { get; set; }

Property Value

bool

Wave

Gets the entering wave.

public TimedWave Wave { get; }

Property Value

TimedWave

Words

Gets the StringBuilder of the words that C.A.S.S.I.E will say. It doesn't affect the subtitle part that will be sent to the client.

public StringBuilder Words { get; }

Property Value

StringBuilder