Class UnturnedPlayerTeleportingEvent
Inheritance
System.Object
UnturnedPlayerTeleportingEvent
Implements
ICancellableEvent
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
|
Improve this Doc
View Source
Yaw
Declaration
public float Yaw { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
ICancellableEvent
Extension Methods