Player::isOnVehicle

From RAGE Multiplayer Wiki

Gets a value indicating whether the specified ped is on top of any vehicle.

Return 1 when ped is on vehicle.
Return 0 when ped is not on a vehicle.

Syntax

player.isOnVehicle();

Required Arguments

Return value

  • Boolean

Example

// todo

See also