[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)
 
public Task ShuffleToAdjacentSeat()
Public Function ShuffleToAdjacentSeat As Task
public:
Task^ ShuffleToAdjacentSeat()
Return Value
Type: 
TaskAn instance of 
Task that can be used to retrieve information about the task.
 
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.
 
Reference