DoesVehicleUseFuel — RedM Natives
0xEF30A696 · CFX · client
Checks whether the vehicle consumes fuel. The check is done based on petrol tank volume and vehicle type. Bicycles and vehicles with petrol tank volume equal to zero (only bicycles by default) do not use fuel. All other vehicles do. You can customize petrol tank volume using SET_HANDLING_FLOAT/SET_VEHICLE_HANDLING_FLOAT natives with fieldName equal to fPetrolTankVolume.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle handle. |
Returns
BOOL