Class VehicleRespawnEventArgs
  
  
  
    Inheritance
    
    
    VehicleRespawnEventArgs
   
  
  
  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
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  RespawnPosition
  
  
  Declaration
  
    public Vector3 RespawnPosition { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  RespawnRotation
  
  
  Declaration
  
    public Vector3 RespawnRotation { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Vehicle
  
  
  Declaration
  
    public Vehicle Vehicle { get; }
   
  Property Value