PedIsStandingOnVehicle Method (Vehicle)

RAGE Plugin Hook Documentation

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

Determines whether this Ped is standing on the specified vehicle.

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

public bool IsStandingOnVehicle(
	Vehicle vehicle
)

Parameters

vehicle
Type: RageVehicle

[Missing <param name="vehicle"/> documentation for "M:Rage.Ped.IsStandingOnVehicle(Rage.Vehicle)"]

Return Value

Type: Boolean
Whether this Ped is standing on the specified vehicle.
See Also

Reference