IsVehicleAConvertible — FiveM Natives
0x52F357A30698BCCE · VEHICLE · all
Determines if a vehicle is a convertible with an animatable roof. This native checks if the specified vehicle model features a convertible roof that can be lowered or raised through an animation. `` NativeDB Introduced: v323 ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to check. |
| checkRoofExtras | BOOL | When set to `false`, the native checks only for vehicles with an animatable convertible roof. Set to `true` to include additional checks for vehicles that might have a non-animatable roof (i.e., using vehicle extras) |
Returns
BOOL