Table of Contents

Class AnnouncingNtfEntranceEventArgs

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

Contains all information before C.A.S.S.I.E announces the NTF entrance.

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

Constructors

AnnouncingNtfEntranceEventArgs(WaveAnnouncementBase, int, string, int)

Initializes a new instance of the AnnouncingNtfEntranceEventArgs class.

public AnnouncingNtfEntranceEventArgs(WaveAnnouncementBase announcement, int scpsLeft, string unitName, int unitNumber)

Parameters

announcement WaveAnnouncementBase
scpsLeft int
unitName string
unitNumber int

Properties

IsAllowed

Gets or sets a value indicating whether the NTF spawn will be announced by C.A.S.S.I.E.

public bool IsAllowed { get; set; }

Property Value

bool

ScpsLeft

Gets or sets the number of SCPs left.

public int ScpsLeft { get; set; }

Property Value

int

UnitName

Gets or sets the NTF unit name.

public string UnitName { get; set; }

Property Value

string

UnitNumber

Gets or sets the NTF unit number.

public int UnitNumber { get; set; }

Property Value

int

Wave

Gets the entering wave.

public TimedWave Wave { get; }

Property Value

TimedWave