VehicleOccupants Property

RAGE Plugin Hook Documentation

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

Gets all peds currently in this vehicle.

Includes the driver.

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

public Ped[] Occupants { get; }

Property Value

Type: Ped
An array of type Ped, containing all the Peds currently in this vehicle. Including the driver.
See Also

Reference