Class OnVehicleEnterEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnVehicleEnterEventArgs
Properties
| Improve this Doc View SourceJackedPlayer
If the vehicle is jacked, this is the victim
Declaration
public Player JackedPlayer { get; }
Property Value
Type | Description |
---|---|
Player |
Seat
The seat that is entered
Declaration
public Seat Seat { get; }
Property Value
Type | Description |
---|---|
Seat |
Vehicle
The vehicle that is entered
Declaration
public BaseVehicle Vehicle { get; }
Property Value
Type | Description |
---|---|
BaseVehicle |