Class VehicleLeftEventArgs
  
  
  
    Inheritance
    
    
    VehicleLeftEventArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class VehicleLeftEventArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  VehicleLeftEventArgs(Ped, Vehicle, byte, bool)
  
  
  Declaration
  
    public VehicleLeftEventArgs(Ped ped, Vehicle vehicle, byte seat, bool warpsOut)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Ped
  
  
  Declaration
  
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Seat
  
  
  Declaration
  
    public byte Seat { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Vehicle
  
  
  Declaration
  
    public Vehicle Vehicle { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  WarpsOut
  
  
  Declaration
  
    public bool WarpsOut { get; }
   
  Property Value