TaskInvokerShuffleToAdjacentSeat Method

RAGE Plugin Hook Documentation

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

Makes the Ped shuffle to an adjacent seat in the Ped's current vehicle.

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

public Task ShuffleToAdjacentSeat()

Return Value

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

Be careful with this overload. The vehicle to use will be set to the vehicle the Ped is in when this function is called, which may cause the wrong vehicle to be used, eg. if this task is part of a TaskSequence.
See Also

Reference