Class PlacedAmnesticCloudEventArgs
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
ReferenceHubcloud
Scp939AmnesticCloudInstance
Properties
AmnesticCloud
Gets the AmnesticCloudHazard instance.
public AmnesticCloudHazard AmnesticCloud { get; }
Property Value
Hazard
Gets the environmental hazard that the player is interacting with.
public Hazard Hazard { get; }
Property Value
Player
Gets the player who's controlling SCP-939.
public Player Player { get; }
Property Value
Scp939
Gets the Scp939Role triggering the event.
public Scp939Role Scp939 { get; }