Table of Contents

Class ConsumedCorpseEventArgs

Namespace
Exiled.Events.EventArgs.Scp0492
Assembly
Exiled.Events.dll

Contains all information after zombie consumes RagDolls.

public class ConsumedCorpseEventArgs : IScp0492Event, IPlayerEvent, IRagdollEvent, IExiledEvent
Inheritance
ConsumedCorpseEventArgs
Implements
Inherited Members
Extension Methods

Constructors

ConsumedCorpseEventArgs(ReferenceHub, BasicRagdoll)

Initializes a new instance of the ConsumedCorpseEventArgs class.

public ConsumedCorpseEventArgs(ReferenceHub player, BasicRagdoll ragDoll)

Parameters

player ReferenceHub
ragDoll BasicRagdoll

Remarks

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

Properties

ConsumeHeal

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

public float ConsumeHeal { get; set; }

Property Value

float

Player

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

public Player Player { get; }

Property Value

Player

Ragdoll

Gets the RagDoll to be consumed.

public Ragdoll Ragdoll { get; }

Property Value

Ragdoll

Scp0492

Gets the Scp0492Role triggering the event.

public Scp0492Role Scp0492 { get; }

Property Value

Scp0492Role