Class OnExitEventArgs
Inherited Members
Namespace: Slipe.Server.Vehicles.Events
Assembly: SlipeServer.dll
Syntax
public class OnExitEventArgs
Properties
| Improve this Doc View SourceIsForced
True if the exit is forced by a script
Declaration
public bool IsForced { get; }
Property Value
Type | Description |
---|---|
Boolean |
Jacker
The jacker if the player is being jacked
Declaration
public Player Jacker { get; }
Property Value
Type | Description |
---|---|
Player |
Player
The player thate exits
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Seat
The seat exited from
Declaration
public Seat Seat { get; }
Property Value
Type | Description |
---|---|
Seat |