Class AnnouncingNtfEntranceEventArgs
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
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
ScpsLeft
Gets or sets the number of SCPs left.
public int ScpsLeft { get; set; }
Property Value
UnitName
Gets or sets the NTF unit name.
public string UnitName { get; set; }
Property Value
UnitNumber
Gets or sets the NTF unit number.
public int UnitNumber { get; set; }
Property Value
Wave
Gets the entering wave.
public TimedWave Wave { get; }