Search Results for

    Show / Hide Table of Contents

    Class DecontaminatingEventArgs

    Contains all information before decontaminating the light containment zone.

    Inheritance
    System.Object
    DecontaminatingEventArgs
    Implements
    IDeniableEvent
    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 DecontaminatingEventArgs : IDeniableEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    DecontaminatingEventArgs(Boolean)

    Initializes a new instance of the DecontaminatingEventArgs class.

    Declaration
    public DecontaminatingEventArgs(bool isAllowed = true)
    Parameters
    Type Name Description
    System.Boolean isAllowed

    Properties

    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether or not light containment zone decontamination can begin.

    Declaration
    public bool IsAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IDeniableEvent
    IExiledEvent

    Extension Methods

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