Player::taskShuffleToNextVehicleSeat

From RAGE Multiplayer Wiki
Revision as of 23:40, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MulleDK19: Makes the specified ped shuffle to the next vehicle seat.
The ped MUST be in a vehicle and the vehicle parameter MUST be the ped's current vehicle.

Syntax

player.taskShuffleToNextVehicleSeat(vehicle);

Required Arguments

  • vehicle: Vehicle handle or object

Return value

  • Undefined

Example

// todo

See also