Show / Hide Table of Contents

Class OnVehicleExitEventArgs

Inheritance
Object
OnVehicleExitEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnVehicleExitEventArgs

Properties

| Improve this Doc View Source

IsForced

True if the exit is forced by script

Declaration
public bool IsForced { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Jacker

If the vehicle is jacked, this is the jacker

Declaration
public Player Jacker { get; }
Property Value
Type Description
Player
| Improve this Doc View Source

Seat

The seat that is exited

Declaration
public Seat Seat { get; }
Property Value
Type Description
Seat
| Improve this Doc View Source

Vehicle

The vehicle that is exited

Declaration
public BaseVehicle Vehicle { get; }
Property Value
Type Description
BaseVehicle
  • Improve this Doc
  • View Source
Back to top Generated by DocFX