Class UnturnedZombieAlertingEvent
The base class for all zombie alert related events.
Inheritance
System.Object
UnturnedZombieAlertingEvent
Implements
ICancellableEvent
Inherited Members
Namespace: OpenMod.Unturned.Zombies.Events
Assembly: OpenMod.Unturned.dll
Syntax
public abstract class UnturnedZombieAlertingEvent : UnturnedZombieEvent, ICancellableEvent
Constructors
| Improve this Doc View SourceUnturnedZombieAlertingEvent(UnturnedZombie)
Declaration
protected UnturnedZombieAlertingEvent(UnturnedZombie zombie)
Parameters
Type | Name | Description |
---|---|---|
UnturnedZombie | zombie |
Properties
| Improve this Doc View SourceIsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
ICancellableEvent