Class Scp3114Ragdoll
A wrapper for SCP-3114 ragdolls.
public class Scp3114Ragdoll : Ragdoll, IWrapper<BasicRagdoll>, IWorldSpace, IPosition, IRotation, IWrapper<Scp3114Ragdoll>
- Inheritance
-
Scp3114Ragdoll
- Inherited Members
- Extension Methods
Properties
Base
Gets the base PlayerRoles.PlayableScps.Scp3114.Scp3114Ragdoll that this class is wrapping.
public Scp3114Ragdoll Base { get; }
Property Value
- Scp3114Ragdoll
DisguiseRole
Gets or sets the role that the corpse is disguised as.
public RoleTypeId DisguiseRole { get; set; }
Property Value
- RoleTypeId
IsPlayingAnimation
Gets or sets a value indicating whether this corpse will trigger animation.
public bool IsPlayingAnimation { get; set; }
Property Value
RevealDelay
Gets or sets the delay between when SCP-3114 can disguise this corpse.
public float RevealDelay { get; set; }
Property Value
RevealDuration
Gets or sets the time required to reveal this corpse.
public float RevealDuration { get; set; }
Property Value
RevealElapsed
Gets or sets the current time of revealing this corpse.
public float RevealElapsed { get; set; }