Class OnEnterEventArgs
Inherited Members
Namespace: Slipe.Server.Vehicles.Events
Assembly: SlipeServer.dll
Syntax
public class OnEnterEventArgs
Fields
| Improve this Doc View SourceJackedPlayer
If the vehicle is jacked, this is the victim
Declaration
public Player JackedPlayer
Field Value
Type | Description |
---|---|
Player |
Player
The player entering the vehicle
Declaration
public Player Player
Field Value
Type | Description |
---|---|
Player |
Seat
The seat the player enters
Declaration
public Seat Seat
Field Value
Type | Description |
---|---|
Seat |