Class OnStartEnterEventArgs
Inherited Members
Namespace: Slipe.Server.Vehicles.Events
Assembly: SlipeServer.dll
Syntax
public class OnStartEnterEventArgs
Properties
| Improve this Doc View SourceDoor
The door
Declaration
public Door Door { get; }
Property Value
Type | Description |
---|---|
Door |
JackedPlayer
The player that would be jacked
Declaration
public Player JackedPlayer { get; }
Property Value
Type | Description |
---|---|
Player |
Player
The entering player
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Seat
The seat being entered to
Declaration
public Seat Seat { get; }
Property Value
Type | Description |
---|---|
Seat |