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

Class UnturnedZombieAlertingEvent

The base class for all zombie alert related events.

Inheritance
System.Object
UnturnedZombieEvent
UnturnedZombieAlertingEvent
UnturnedZombieAlertingPlayerEvent
UnturnedZombieAlertingPositionEvent
Implements
ICancellableEvent
Inherited Members
UnturnedZombieEvent.Zombie
Namespace: OpenMod.Unturned.Zombies.Events
Assembly: OpenMod.Unturned.dll
Syntax
public abstract class UnturnedZombieAlertingEvent : UnturnedZombieEvent, ICancellableEvent

Constructors

| Improve this Doc View Source

UnturnedZombieAlertingEvent(UnturnedZombie)

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

Properties

| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean

Implements

ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)