C# Class AcManager.Tools.GameProperties.DriverName

Inheritance: Game.RaceIniProperties
Show file Open project: gro-ove/actools

Public Methods

Method Description
DriverName ( ) : AcManager.Tools.Helpers
DriverName ( string driverName, string nationality ) : AcManager.Tools.Helpers
GetOnline ( ) : string
Set ( IniFile file ) : void

Method Details

DriverName() public method

public DriverName ( ) : AcManager.Tools.Helpers
return AcManager.Tools.Helpers

DriverName() public method

public DriverName ( string driverName, string nationality ) : AcManager.Tools.Helpers
driverName string
nationality string
return AcManager.Tools.Helpers

GetOnline() public static method

public static GetOnline ( ) : string
return string

Set() public method

public Set ( IniFile file ) : void
file IniFile
return void