Show / Hide Table of Contents

Class VehicleRespawnEventArgs

Inheritance
object
EventArgs
VehicleRespawnEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class VehicleRespawnEventArgs : EventArgs

Constructors

| Edit this page View Source

VehicleRespawnEventArgs(Vehicle, Vector3, Vector3)

Declaration
public VehicleRespawnEventArgs(Vehicle vehicle, Vector3 respawnPosition, Vector3 respawnRotation)
Parameters
Type Name Description
Vehicle vehicle
Vector3 respawnPosition
Vector3 respawnRotation

Properties

| Edit this page View Source

RespawnPosition

Declaration
public Vector3 RespawnPosition { get; }
Property Value
Type Description
Vector3
| Edit this page View Source

RespawnRotation

Declaration
public Vector3 RespawnRotation { get; }
Property Value
Type Description
Vector3
| Edit this page View Source

Vehicle

Declaration
public Vehicle Vehicle { get; }
Property Value
Type Description
Vehicle
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX