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

Class UnturnedPlayerTeleportingEvent

Inheritance
System.Object
UnturnedPlayerEvent
UnturnedPlayerTeleportingEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
UnturnedPlayerEvent.Player
UnturnedPlayerEvent.IPlayerEvent.Player
Namespace: OpenMod.Unturned.Players.Movement.Events
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerTeleportingEvent : UnturnedPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent

Constructors

| Improve this Doc View Source

UnturnedPlayerTeleportingEvent(UnturnedPlayer, Vector3, Single)

Declaration
public UnturnedPlayerTeleportingEvent(UnturnedPlayer player, Vector3 position, float yaw)
Parameters
Type Name Description
UnturnedPlayer player
Vector3 position
System.Single yaw

Properties

| Improve this Doc View Source

IsCancelled

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

Position

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

Yaw

Declaration
public float Yaw { get; set; }
Property Value
Type Description
System.Single

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)