Class ConsumedCorpseEventArgs
Contains all information after zombie consumes RagDolls.
Inheritance
System.Object
ConsumedCorpseEventArgs
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 SourceConsumedCorpseEventArgs(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 SourceConsumeHeal
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 |
Player
Gets the player who is controlling SCP-049-2.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Ragdoll
Gets the RagDoll to be consumed.
Declaration
public Ragdoll Ragdoll { get; }
Property Value
Type | Description |
---|---|
Ragdoll |
Scp0492
Declaration
public Scp0492Role Scp0492 { get; }
Property Value
Type | Description |
---|---|
Scp0492Role |