Table of Contents

Class DecontaminatingEventArgs

Namespace
Exiled.Events.EventArgs.Map
Assembly
Exiled.Events.dll

Contains all information before decontaminating the light containment zone.

public class DecontaminatingEventArgs : IDeniableEvent, IExiledEvent
Inheritance
DecontaminatingEventArgs
Implements
Inherited Members
Extension Methods

Constructors

DecontaminatingEventArgs(bool)

Initializes a new instance of the DecontaminatingEventArgs class.

public DecontaminatingEventArgs(bool isAllowed = true)

Parameters

isAllowed bool

Properties

IsAllowed

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

public bool IsAllowed { get; set; }

Property Value

bool