Class AnnouncingDecontaminationEventArgs
Contains all information before C.A.S.S.I.E announces light containment zone decontamination.
public class AnnouncingDecontaminationEventArgs : IExiledEvent
- Inheritance
-
AnnouncingDecontaminationEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
AnnouncingDecontaminationEventArgs(int, PhaseFunction)
Initializes a new instance of the AnnouncingDecontaminationEventArgs class.
public AnnouncingDecontaminationEventArgs(int announcementId, DecontaminationController.DecontaminationPhase.PhaseFunction phaseFunction)
Parameters
announcementId
intphaseFunction
DecontaminationController.DecontaminationPhase.PhaseFunction
Properties
Id
Gets the announcement id, from 0 to 6.
public int Id { get; }
Property Value
IsGlobal
Gets a value indicating whether the announcement is going to be global.
public bool IsGlobal { get; }
Property Value
PhaseFunction
Gets a value indicating whether the action will be.
public DecontaminationController.DecontaminationPhase.PhaseFunction PhaseFunction { get; }
Property Value
- DecontaminationController.DecontaminationPhase.PhaseFunction
State
Gets the announcement id, from 0 to 6.
public DecontaminationState State { get; }