1760 {
1762
1763 if (GetFluidFraction(
CarFluid.FUEL) <= 0)
1764 return false;
1765
1767 {
1770 return false;
1771 }
1772
1773 if (IsVitalSparkPlug())
1774 {
1775 item = FindAttachmentBySlotName("SparkPlug");
1776 if (!item || (item && item.IsRuined()))
1777 return false;
1778 }
1779
1781 {
1782 item = FindAttachmentBySlotName("GlowPlug");
1783 if (!item || (item && item.IsRuined()))
1784 return false;
1785 }
1786
1787 return true;
1788 }
CarFluid
Type of vehicle's fluid. (native, do not change or extend)
float m_BatteryEnergyStartMin
bool IsVitalTruckBattery()