Class OnVehicleExitEventArgs
Inherited Members
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnVehicleExitEventArgs
Properties
| Improve this Doc View SourceSeat
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 |