Class OnVehicleExitEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnVehicleExitEventArgs
Properties
| Improve this Doc View SourceIsForced
True if the exit is forced by script
Declaration
public bool IsForced { get; }
Property Value
Type | Description |
---|---|
Boolean |
Jacker
If the vehicle is jacked, this is the jacker
Declaration
public Player Jacker { get; }
Property Value
Type | Description |
---|---|
Player |
Seat
The seat that is exited
Declaration
public Seat Seat { get; }
Property Value
Type | Description |
---|---|
Seat |
Vehicle
The vehicle that is exited
Declaration
public BaseVehicle Vehicle { get; }
Property Value
Type | Description |
---|---|
BaseVehicle |