copy
fun copy( consumption: CombustionVehicleConsumption? = this.consumption, efficiency: CombustionVehicleEfficiency? = this.efficiency, currentFuel: Volume? = this.currentFuel): CombustionEngine
Deprecated
This will be removed 6 months after the next release.
Replace with
CombustionEngine(consumption, efficiency, currentFuel)
Content copied to clipboard