C# Class SimTelemetry.Objects.Garage.CarEngineTools

Mostra file Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
CarEngineTools ( ICar c ) : System
Scan ( ) : void
Scan ( double speed, double throttle, int engine_mode ) : void

Method Details

CarEngineTools() public method

public CarEngineTools ( ICar c ) : System
c ICar
return System

Scan() public method

public Scan ( ) : void
return void

Scan() public method

public Scan ( double speed, double throttle, int engine_mode ) : void
speed double
throttle double
engine_mode int
return void