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

Class UnturnedZombieEvent

The base class for all zombie related events.

Inheritance
System.Object
UnturnedZombieEvent
UnturnedZombieAlertingEvent
UnturnedZombieDamagingEvent
UnturnedZombieDeadEvent
UnturnedZombieSpawnedEvent
Namespace: OpenMod.Unturned.Zombies.Events
Assembly: OpenMod.Unturned.dll
Syntax
public abstract class UnturnedZombieEvent : Event

Constructors

| Improve this Doc View Source

UnturnedZombieEvent(UnturnedZombie)

Declaration
protected UnturnedZombieEvent(UnturnedZombie zombie)
Parameters
Type Name Description
UnturnedZombie zombie

Properties

| Improve this Doc View Source

Zombie

Declaration
public UnturnedZombie Zombie { get; }
Property Value
Type Description
UnturnedZombie

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)