Show / Hide Table of Contents

Class VehicleEnteredEventsArgs

Inheritance
object
EventArgs
VehicleEnteredEventsArgs
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 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
Type Name Description
Ped ped
Vehicle vehicle
byte seat
bool warpsIn

Properties

| Edit this page View Source

Ped

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

Seat

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

Vehicle

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

WarpsIn

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