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