PedVehicleTryingToEnter Property

RAGE Plugin Hook Documentation

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

Gets the Vehicle this Ped is currently trying to enter.

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

public Vehicle VehicleTryingToEnter { get; }

Property Value

Type: Vehicle
The Vehicle this Ped is currently trying to enter; or null if this Ped is not trying to enter a Vehicle.
See Also

Reference