Search Results for

    Show / Hide Table of Contents

    Class AnnouncingDecontaminationEventArgs

    Contains all information before C.A.S.S.I.E announces light containment zone decontamination.

    Inheritance
    System.Object
    AnnouncingDecontaminationEventArgs
    Implements
    IExiledEvent
    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 Source

    AnnouncingDecontaminationEventArgs(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 Source

    Id

    Gets the announcement id, from 0 to 6.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    State

    Gets the announcement id, from 0 to 6.

    Declaration
    public DecontaminationState State { get; }
    Property Value
    Type Description
    DecontaminationState

    Implements

    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX