C# Class SimTelemetry.Game.Rfactor.DriverGeneral

Inheritance: IDriverGeneral
Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Méthodes publiques

Méthode Description
DriverGeneral ( int i ) : System
DriverGeneral ( rFactorDriver mmf_instance ) : System
GetBestLap ( ) : ILap
GetLapTime ( int l ) : ILap
GetLapTimes ( ) : List
GetRaceTime ( ) : double
GetSectorRaceTime ( int intptr, int sector ) : double
GetSplitTime ( IDriverGeneral _player ) : double

Method Details

DriverGeneral() public méthode

public DriverGeneral ( int i ) : System
i int
Résultat System

DriverGeneral() public méthode

public DriverGeneral ( rFactorDriver mmf_instance ) : System
mmf_instance rFactorDriver
Résultat System

GetBestLap() public méthode

public GetBestLap ( ) : ILap
Résultat ILap

GetLapTime() public méthode

public GetLapTime ( int l ) : ILap
l int
Résultat ILap

GetLapTimes() public méthode

public GetLapTimes ( ) : List
Résultat List

GetRaceTime() public méthode

public GetRaceTime ( ) : double
Résultat double

GetSectorRaceTime() public méthode

public GetSectorRaceTime ( int intptr, int sector ) : double
intptr int
sector int
Résultat double

GetSplitTime() public méthode

public GetSplitTime ( IDriverGeneral _player ) : double
_player IDriverGeneral
Résultat double