hasEngineCoolantTemp property

bool get hasEngineCoolantTemp

Returns whether the generator has engine coolant temp parameters based on its cooling type.

Implementation

bool get hasEngineCoolantTemp => coolingType == CoolingType.liquid;