OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class UnturnedZombieDeadEvent

The event that is triggered when a zombie has died.

Inheritance
System.Object
UnturnedZombieEvent
UnturnedZombieDeadEvent
Inherited Members
UnturnedZombieEvent.Zombie
Namespace: OpenMod.Unturned.Zombies.Events
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedZombieDeadEvent : UnturnedZombieEvent

Constructors

| Improve this Doc View Source

UnturnedZombieDeadEvent(UnturnedZombie, Vector3, ERagdollEffect)

Declaration
public UnturnedZombieDeadEvent(UnturnedZombie zombie, Vector3 ragdoll, ERagdollEffect ragdollEffect)
Parameters
Type Name Description
UnturnedZombie zombie
Vector3 ragdoll
ERagdollEffect ragdollEffect

Properties

| Improve this Doc View Source

Ragdoll

Gets the ragdoll position.

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

RagdollEffect

Gets the ragdoll effect.

Declaration
public ERagdollEffect RagdollEffect { get; }
Property Value
Type Description
ERagdollEffect

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)