Class AnnouncingDecontaminationEventArgs
Contains all information before C.A.S.S.I.E announces light containment zone decontamination.
Inheritance
System.Object
AnnouncingDecontaminationEventArgs
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Map
Assembly: Exiled.Events.dll
Syntax
public class AnnouncingDecontaminationEventArgs : IExiledEvent
Constructors
| Improve this Doc View SourceAnnouncingDecontaminationEventArgs(Int32, DecontaminationController.DecontaminationPhase.PhaseFunction)
Initializes a new instance of the AnnouncingDecontaminationEventArgs class.
Declaration
public AnnouncingDecontaminationEventArgs(int announcementId, DecontaminationController.DecontaminationPhase.PhaseFunction phaseFunction)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | announcementId | |
LightContainmentZoneDecontamination.DecontaminationController.DecontaminationPhase.PhaseFunction | phaseFunction |
Properties
| Improve this Doc View SourceId
Gets the announcement id, from 0 to 6.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsGlobal
Gets a value indicating whether the announcement is going to be global or not.
Declaration
public bool IsGlobal { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PhaseFunction
Gets a value indicating whether the action will be.
Declaration
public DecontaminationController.DecontaminationPhase.PhaseFunction PhaseFunction { get; }
Property Value
Type | Description |
---|---|
LightContainmentZoneDecontamination.DecontaminationController.DecontaminationPhase.PhaseFunction |
State
Gets the announcement id, from 0 to 6.
Declaration
public DecontaminationState State { get; }
Property Value
Type | Description |
---|---|
DecontaminationState |