Table of Contents

Class Scp1576TransmissionEndedEventArgs

Namespace
Exiled.Events.EventArgs.Player
Assembly
Exiled.Events.dll

Contains all information after a SCP-1576 transmission has ended.

public class Scp1576TransmissionEndedEventArgs : IPlayerEvent, IExiledEvent
Inheritance
Scp1576TransmissionEndedEventArgs
Implements
Inherited Members
Extension Methods

Constructors

Scp1576TransmissionEndedEventArgs(Player, Scp1576Item)

Initializes a new instance of the Scp1576TransmissionEndedEventArgs class.

public Scp1576TransmissionEndedEventArgs(Player player, Scp1576Item scp1576Item)

Parameters

player Player
scp1576Item Scp1576Item

Properties

Player

Gets the Player that the transmission ended for.

public Player Player { get; }

Property Value

Player

Scp1576

Gets the Scp1576 instance.

public Scp1576 Scp1576 { get; }

Property Value

Scp1576