TaskInvokerCruiseWithVehicle Method (Single)

RAGE Plugin Hook Documentation

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

Makes the Ped cruise with its current vehicle, using flag [F:<unknown type>.Normal].

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

public Task CruiseWithVehicle(
	float speed
)

Parameters

speed
Type: SystemSingle
The speed to drive at, in meters per second.

Return Value

Type: Task
An instance of Task that can be used to retrieve information about the task.
See Also

Reference