Table of Contents

Class PlacingAmnesticCloudEventArgs

Namespace
Exiled.Events.EventArgs.Scp939
Assembly
Exiled.Events.dll

Contains all information before SCP-939 uses its amnestic cloud ability.

public class PlacingAmnesticCloudEventArgs : IScp939Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
PlacingAmnesticCloudEventArgs
Implements
Inherited Members
Extension Methods

Constructors

PlacingAmnesticCloudEventArgs(Player, bool, bool, float, bool)

Initializes a new instance of the PlacingAmnesticCloudEventArgs class.

public PlacingAmnesticCloudEventArgs(Player player, bool state, bool isReady, float cooldown, bool isAllowed = true)

Parameters

player Player
state bool

Whether SCP-939 is attempting to place an amnestic cloud.

isReady bool

Whether the cooldown is ready.

cooldown float

SCP-939's amnestic cloud cooldown.

isAllowed bool

Properties

Cooldown

Gets or sets a value indicating SCP-939's amnestic cloud cooldown.

public float Cooldown { get; set; }

Property Value

float

IsAllowed

Gets or sets a value indicating whether SCP-939 can place an amnestic cloud.

public bool IsAllowed { get; set; }

Property Value

bool

IsReady

Gets or sets a value indicating whether SCP-939's amnestic cloud cooldown is ready.

public bool IsReady { get; set; }

Property Value

bool

Player

Gets the player who's controlling SCP-939.

public Player Player { get; }

Property Value

Player

Scp939

Gets the Scp939Role triggering the event.

public Scp939Role Scp939 { get; }

Property Value

Scp939Role

State

Gets a value indicating whether SCP-939 is ready to place its amnestic cloud.

public bool State { get; }

Property Value

bool