PedWarpIntoVehicle Method

RAGE Plugin Hook Documentation

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

Warps this Ped into the specified Vehicle.

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

public void WarpIntoVehicle(
	Vehicle vehicle,
	int seatIndex
)

Parameters

vehicle
Type: RageVehicle
The Vehicle to warp the Ped into.
seatIndex
Type: SystemInt32
The index of the seat to warp the Ped onto.
See Also

Reference