Skip to main content

IsTrailerAttachedToVehicle

คำอธิบาย

Checks if a vehicle has a trailer attached to it. Use GetVehicleTrailer to get the vehicle ID of the trailer (if any).

NameDescription
vehicleidThe ID of the vehicle to check for trailers.

ส่งคืน

1: The vehicle has a trailer attached.

0: The vehicle does not have a trailer attached.

ตัวอย่าง

if (IsTrailerAttachedToVehicle(vehicleid))
{
printf("Vehicle %i has a trailer!", vehicleid);
}

ฟังก์ชั่นที่เกี่ยวข้องกัน