Class VehicleEnteredEventsArgs
  
  
  
    Inheritance
    
    
    VehicleEnteredEventsArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class VehicleEnteredEventsArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  VehicleEnteredEventsArgs(Ped, Vehicle, byte, bool)
  
  
  Declaration
  
    public VehicleEnteredEventsArgs(Ped ped, Vehicle vehicle, byte seat, bool warpsIn)
   
  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
  
  
  WarpsIn
  
  
  Declaration
  
    public bool WarpsIn { get; }
   
  Property Value