Table of Contents

Class PlacedAmnesticCloudEventArgs

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

Contains all information after SCP-939 used its amnestic cloud ability.

public class PlacedAmnesticCloudEventArgs : IScp939Event, IPlayerEvent, IHazardEvent, IExiledEvent
Inheritance
PlacedAmnesticCloudEventArgs
Implements
Inherited Members
Extension Methods

Constructors

PlacedAmnesticCloudEventArgs(ReferenceHub, Scp939AmnesticCloudInstance)

Initializes a new instance of the PlacedAmnesticCloudEventArgs class.

public PlacedAmnesticCloudEventArgs(ReferenceHub hub, Scp939AmnesticCloudInstance cloud)

Parameters

hub ReferenceHub
cloud Scp939AmnesticCloudInstance

Properties

AmnesticCloud

Gets the AmnesticCloudHazard instance.

public AmnesticCloudHazard AmnesticCloud { get; }

Property Value

AmnesticCloudHazard

Hazard

Gets the environmental hazard that the player is interacting with.

public Hazard Hazard { get; }

Property Value

Hazard

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