Search Results for

    Show / Hide Table of Contents

    Class ConsumedCorpseEventArgs

    Contains all information after zombie consumes RagDolls.

    Inheritance
    System.Object
    ConsumedCorpseEventArgs
    Implements
    IScp0492Event
    IPlayerEvent
    IRagdollEvent
    IExiledEvent
    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.Scp0492
    Assembly: Exiled.Events.dll
    Syntax
    public class ConsumedCorpseEventArgs : IScp0492Event, IPlayerEvent, IRagdollEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    ConsumedCorpseEventArgs(ReferenceHub, BasicRagdoll)

    Initializes a new instance of the ConsumedCorpseEventArgs class.

    Declaration
    public ConsumedCorpseEventArgs(ReferenceHub player, BasicRagdoll ragDoll)
    Parameters
    Type Name Description
    ReferenceHub player
    PlayerRoles.Ragdolls.BasicRagdoll ragDoll
    Remarks

    See PlayerRoles.PlayableScps.Scp049.Zombies.ZombieConsumeAbility.ConsumedRagdolls for all RagDolls consumed.

    Properties

    | Improve this Doc View Source

    ConsumeHeal

    Gets or sets a value about how mush heath the Zombie will get.

    Declaration
    public float ConsumeHeal { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Player

    Gets the player who is controlling SCP-049-2.

    Declaration
    public Player Player { get; }
    Property Value
    Type Description
    Player
    | Improve this Doc View Source

    Ragdoll

    Gets the RagDoll to be consumed.

    Declaration
    public Ragdoll Ragdoll { get; }
    Property Value
    Type Description
    Ragdoll
    | Improve this Doc View Source

    Scp0492

    Declaration
    public Scp0492Role Scp0492 { get; }
    Property Value
    Type Description
    Scp0492Role

    Implements

    IScp0492Event
    IPlayerEvent
    IRagdollEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX