VehicleDriver Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the Ped on the driver's seat of this vehicle.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public Ped Driver { get; }

Property Value

Type: Ped
If the vehicle has a driver, returns the driver; otherwise, returns null.
See Also

Reference