Table of Contents

Class DisguisedEventArgs

Namespace
Exiled.Events.EventArgs.Scp3114
Assembly
Exiled.Events.dll

Contains all information after SCP-3114 disguised.

public class DisguisedEventArgs : IScp3114Event, IPlayerEvent, IRagdollEvent, IExiledEvent
Inheritance
DisguisedEventArgs
Implements
Inherited Members
Extension Methods

Constructors

DisguisedEventArgs(Player, Ragdoll)

Initializes a new instance of the DisguisedEventArgs class.

public DisguisedEventArgs(Player player, Ragdoll ragdoll)

Parameters

player Player
ragdoll Ragdoll

Properties

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Ragdoll

Gets the Ragdoll triggering the event.

public Ragdoll Ragdoll { get; }

Property Value

Ragdoll

Scp3114

Gets the Scp3114Role triggering the event.

public Scp3114Role Scp3114 { get; }

Property Value

Scp3114Role