Class DisguisedEventArgs
Contains all information after SCP-3114 disguised.
Inheritance
System.Object
DisguisedEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Scp3114
Assembly: Exiled.Events.dll
Syntax
public class DisguisedEventArgs : IScp3114Event, IPlayerEvent, IRagdollEvent, IExiledEvent
Constructors
| Improve this Doc View SourceDisguisedEventArgs(Player, Ragdoll)
Initializes a new instance of the DisguisedEventArgs class.
Declaration
public DisguisedEventArgs(Player player, Ragdoll ragdoll)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
Ragdoll | ragdoll |
Properties
| Improve this Doc View SourcePlayer
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Ragdoll
Declaration
public Ragdoll Ragdoll { get; }
Property Value
Type | Description |
---|---|
Ragdoll |
Scp3114
Declaration
public Scp3114Role Scp3114 { get; }
Property Value
Type | Description |
---|---|
Scp3114Role |