C# Class CrewChiefV3.PCars.PCarsSharedMemoryReader

Inheritance: GameDataReader
ファイルを表示 Open project: mrbelowski/r3e_crewchief_v3 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
DumpRawGameData ( ) : void
ReadGameData ( System.Boolean forSpotter ) : Object
ReadGameDataFromFile ( String filename ) : Object

Protected Methods

Method Description
InitialiseInternal ( ) : System.Boolean

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DumpRawGameData() public method

public DumpRawGameData ( ) : void
return void

InitialiseInternal() protected method

protected InitialiseInternal ( ) : System.Boolean
return System.Boolean

ReadGameData() public method

public ReadGameData ( System.Boolean forSpotter ) : Object
forSpotter System.Boolean
return Object

ReadGameDataFromFile() public method

public ReadGameDataFromFile ( String filename ) : Object
filename String
return Object