Class Scp3114Ragdoll
A wrapper for SCP-3114 ragdolls.
Implements
IWrapper<PlayerRoles.Ragdolls.BasicRagdoll>
    
    
    
    IWrapper<PlayerRoles.PlayableScps.Scp3114.Scp3114Ragdoll>
  Inherited Members
      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.API.Features
Assembly: Exiled.API.dll
Syntax
public class Scp3114Ragdoll : Ragdoll, IWrapper<BasicRagdoll>, IWorldSpace, IPosition, IRotation, IWrapper<Scp3114Ragdoll>Properties
| Improve this Doc View SourceBase
Declaration
public Scp3114Ragdoll Base { get; }Property Value
| Type | Description | 
|---|---|
| PlayerRoles.PlayableScps.Scp3114.Scp3114Ragdoll | 
DisguiseRole
Gets or sets the role that the corpse is disguised as.
Declaration
public RoleTypeId DisguiseRole { get; set; }Property Value
| Type | Description | 
|---|---|
| PlayerRoles.RoleTypeId | 
IsPlayingAnimation
Gets or sets a value indicating whether or not this corpse will trigger animation.
Declaration
public bool IsPlayingAnimation { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
RevealDelay
Gets or sets the delay between when SCP-3114 can disguise this corpse.
Declaration
public float RevealDelay { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Single | 
RevealDuration
Gets or sets the time required to reveal this corpse.
Declaration
public float RevealDuration { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Single | 
RevealElapsed
Gets or sets the current time of revealing this corpse.
Declaration
public float RevealElapsed { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Single |