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

Class UnturnedZombieAlertingPositionEvent

The event that is triggered when a zombie has been alerted to a position.

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

Constructors

| Improve this Doc View Source

UnturnedZombieAlertingPositionEvent(UnturnedZombie, Vector3, Boolean)

Declaration
public UnturnedZombieAlertingPositionEvent(UnturnedZombie zombie, Vector3 position, bool isStartling)
Parameters
Type Name Description
UnturnedZombie zombie
Vector3 position
System.Boolean isStartling

Properties

| Improve this Doc View Source

IsStartling

True if startling.

Declaration
public bool IsStartling { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Position

The alert position.

Declaration
public Vector3 Position { get; set; }
Property Value
Type Description
Vector3

Implements

ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)